From bae9e59873d416287cd19a6aed5f108676f2ca8a Mon Sep 17 00:00:00 2001 From: Marrub Date: Tue, 20 Nov 2018 18:16:46 -0500 Subject: [PATCH] --- zscript-doc-2-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zscript-doc-2-api.md b/zscript-doc-2-api.md index 38fc33c..39a2f4a 100644 --- a/zscript-doc-2-api.md +++ b/zscript-doc-2-api.md @@ -1010,7 +1010,7 @@ class Object - `OnDestroy` - 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. + Called just before the object is collected by the garbage collector. **Not deterministic** unless the object is linked into the thinker list, in which case it is destroyed earlier in a deterministic setting. Not all `Thinker`s are linked into this list, so be careful when overriding this. Any `Actor` will generally be safe. ### Thinker