Reference¶
Inherits: Object
Inherited By: RegEx, SurfaceTool, EditorScenePostImport, PhysicsShapeQueryResult, Physics2DTestMotionResult, FuncRef, File, TCP_Server, Physics2DShapeQueryResult, ConfigFile, StreamPeer, HTTPClient, AudioStreamPlayback, MeshDataTool, GDFunctionState, Physics2DShapeQueryParameters, EditorScript, Mutex, PacketPeer, Semaphore, XMLParser, EditorImportPlugin, Directory, Marshalls, WeakRef, SceneState, GDNativeClass, PCKPacker, Resource, Thread, PackedDataContainerRef, ResourceInteractiveLoader, ResourceImportMetadata, PhysicsShapeQueryParameters
Category: Core
Brief Description¶
Base class for anything that keeps a reference count.
Description¶
Base class for anything that keeps a reference count. Resource and many other helper objects inherit this. References keep an internal reference counter so they are only released when no longer in use.