Skip to main content
Returns a table of every actor that has been deleted from the game hierarchy but still remains referenced in memory.

Returns

{Actor} - An array of deleted Actor instances.

Example

Deleted actors can be a source of memory leaks if references to them are kept alive in Lua scripts.