Object
Inherited By: AudioServer, CameraServer, ClassDB, DisplayServer, EditorFileSystemDirectory, EditorInterface, EditorPaths, EditorSelection, EditorUndoRedoManager, EditorVCSInterface, Engine, EngineDebugger, FramebufferCacheRD, GDExtensionManager, Geometry2D, Geometry3D, Input, InputMap, IP, JavaClassWrapper, JavaScriptBridge, JNISingleton, JSONRPC, MainLoop, Marshalls, MovieWriter, NativeMenu, NavigationMeshGenerator, NavigationServer2D, NavigationServer3D, Node, OpenXRExtensionWrapperExtension, OpenXRInteractionProfileMetadata, OS, Performance, PhysicsDirectBodyState2D, PhysicsDirectBodyState3D, PhysicsDirectSpaceState2D, PhysicsDirectSpaceState3D, PhysicsServer2D, PhysicsServer2DManager, PhysicsServer3D, PhysicsServer3DManager, PhysicsServer3DRenderingServerHandler, ProjectPacker, ProjectSettings, RefCounted, RenderData, RenderingDevice, RenderingServer, RenderSceneData, ResourceLoader, ResourceSaver, ResourceUID, ScriptLanguage, StreamingUpload, TextServerManager, ThemeDB, TileData, Time, TranslationServer, TreeItem, UndoRedo, UniformSetCacheRD, WorkerThreadPool, XRServer, XRVRS
There is currently no description for this class. Please help us by contributing one!
Methods
Signals
property_list_changed ( )
There is currently no description for this signal. Please help us by contributing one!
script_changed ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum ConnectFlags:
ConnectFlags CONNECT_DEFERRED = 1
There is currently no description for this enum. Please help us by contributing one!
ConnectFlags CONNECT_PERSIST = 2
There is currently no description for this enum. Please help us by contributing one!
ConnectFlags CONNECT_ONE_SHOT = 4
There is currently no description for this enum. Please help us by contributing one!
ConnectFlags CONNECT_REFERENCE_COUNTED = 8
There is currently no description for this enum. Please help us by contributing one!
Constants
NOTIFICATION_POSTINITIALIZE = 0
There is currently no description for this constant. Please help us by contributing one!
NOTIFICATION_PREDELETE = 1
There is currently no description for this constant. Please help us by contributing one!
NOTIFICATION_EXTENSION_RELOADED = 2
There is currently no description for this constant. Please help us by contributing one!
Method Descriptions
Variant _get ( StringName property ) virtual
There is currently no description for this method. Please help us by contributing one!
Dictionary[] _get_property_list ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void _init ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void _notification ( int what ) virtual
There is currently no description for this method. Please help us by contributing one!
bool _property_can_revert ( StringName property ) virtual
There is currently no description for this method. Please help us by contributing one!
Variant _property_get_revert ( StringName property ) virtual
There is currently no description for this method. Please help us by contributing one!
bool _set ( StringName property, Variant value ) virtual
There is currently no description for this method. Please help us by contributing one!
String _to_string ( ) virtual
There is currently no description for this method. Please help us by contributing one!
void _validate_property ( Dictionary property ) virtual
There is currently no description for this method. Please help us by contributing one!
void add_user_signal ( String signal, Array arguments=[] )
There is currently no description for this method. Please help us by contributing one!
Variant call ( StringName method, … ) vararg
There is currently no description for this method. Please help us by contributing one!
Variant call_deferred ( StringName method, … ) vararg
There is currently no description for this method. Please help us by contributing one!
Variant callv ( StringName method, Array arg_array )
There is currently no description for this method. Please help us by contributing one!
bool can_translate_messages ( ) const
There is currently no description for this method. Please help us by contributing one!
void cancel_free ( )
There is currently no description for this method. Please help us by contributing one!
Error connect ( StringName signal, Callable callable, int flags=0 )
There is currently no description for this method. Please help us by contributing one!
void disconnect ( StringName signal, Callable callable )
There is currently no description for this method. Please help us by contributing one!
Error emit_signal ( StringName signal, … ) vararg
There is currently no description for this method. Please help us by contributing one!
void free ( )
There is currently no description for this method. Please help us by contributing one!
Variant get ( StringName property ) const
There is currently no description for this method. Please help us by contributing one!
String get_class ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] get_incoming_connections ( ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_indexed ( NodePath property_path ) const
There is currently no description for this method. Please help us by contributing one!
int get_instance_id ( ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_meta ( StringName name, Variant default=null ) const
There is currently no description for this method. Please help us by contributing one!
StringName[] get_meta_list ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_method_argument_count ( StringName method ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] get_method_list ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] get_property_list ( ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_script ( ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] get_signal_connection_list ( StringName signal ) const
There is currently no description for this method. Please help us by contributing one!
Dictionary[] get_signal_list ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_meta ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
bool has_method ( StringName method ) const
There is currently no description for this method. Please help us by contributing one!
bool has_signal ( StringName signal ) const
There is currently no description for this method. Please help us by contributing one!
bool has_user_signal ( StringName signal ) const
There is currently no description for this method. Please help us by contributing one!
bool is_blocking_signals ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_class ( String class ) const
There is currently no description for this method. Please help us by contributing one!
bool is_connected ( StringName signal, Callable callable ) const
There is currently no description for this method. Please help us by contributing one!
bool is_queued_for_deletion ( ) const
There is currently no description for this method. Please help us by contributing one!
void notification ( int what, bool reversed=false )
There is currently no description for this method. Please help us by contributing one!
void notify_property_list_changed ( )
There is currently no description for this method. Please help us by contributing one!
bool property_can_revert ( StringName property ) const
There is currently no description for this method. Please help us by contributing one!
Variant property_get_revert ( StringName property ) const
There is currently no description for this method. Please help us by contributing one!
void remove_meta ( StringName name )
There is currently no description for this method. Please help us by contributing one!
void remove_user_signal ( StringName signal )
There is currently no description for this method. Please help us by contributing one!
void set ( StringName property, Variant value )
There is currently no description for this method. Please help us by contributing one!
void set_block_signals ( bool enable )
There is currently no description for this method. Please help us by contributing one!
void set_deferred ( StringName property, Variant value )
There is currently no description for this method. Please help us by contributing one!
void set_indexed ( NodePath property_path, Variant value )
There is currently no description for this method. Please help us by contributing one!
void set_message_translation ( bool enable )
There is currently no description for this method. Please help us by contributing one!
void set_meta ( StringName name, Variant value )
There is currently no description for this method. Please help us by contributing one!
void set_script ( Variant script )
There is currently no description for this method. Please help us by contributing one!
String to_string ( )
There is currently no description for this method. Please help us by contributing one!
String tr ( StringName message, StringName context=&”” ) const
There is currently no description for this method. Please help us by contributing one!
String tr_n ( StringName message, StringName plural_message, int n, StringName context=&”” ) const
There is currently no description for this method. Please help us by contributing one!