pull/1/head
an 2018-11-20 18:15:08 -05:00
parent 3db7ee8b94
commit 280581f64a
1 changed files with 1 additions and 1 deletions

View File

@ -1010,7 +1010,7 @@ class Object
- `OnDestroy`
Called when the object is collected by the garbage collector. **Not deterministic.**
Called just before the object is collected by the garbage collector. **Not deterministic** unless the object is linked into the thinker list. Not all `Thinker`s are, so be careful when overriding this. Any `Actor` will generally be safe.
### Thinker