Skip to content

GarbageManager

Hyomoto edited this page Nov 27, 2020 · 2 revisions
Jump To Go Back Arguments Methods Variables

GarbageManager()

Returns: N/A undefined

Tracks reported data types and destroys them when they no longer exist. The collector is generational. Anything created this frame will be checked and cleaned up if it goes missing, otherwise it is promoted to generation 1. Only one item in generation 1 is checked each frame, so it make take many frames before something is cleaned up, especially if a high number of tracked items exist.

// no example

Arguments

Name Type Purpose
None
Clone this wiki locally