Object
Inherits: Base class for all other classesDescription
Base class for all other classes in the engine. An advanced Variant type. All classes in the engine inherit from Object. Each class may define new properties, methods or signals, which are available to all inheriting classes.Key Methods
free
call
StringName
The name of the method to call
connect
StringName
The signal name to connect
Callable
The callable to connect to the signal
get
set
Signals
property_list_changed()
Emitted when property list changes.Example Usage
- GDScript
- C#