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

Variant

_get ( StringName property ) virtual

Dictionary[]

_get_property_list ( ) virtual

void

_init ( ) virtual

void

_notification ( int what ) virtual

bool

_property_can_revert ( StringName property ) virtual

Variant

_property_get_revert ( StringName property ) virtual

bool

_set ( StringName property, Variant value ) virtual

String

_to_string ( ) virtual

void

_validate_property ( Dictionary property ) virtual

void

add_user_signal ( String signal, Array arguments=[] )

Variant

call ( StringName method, … ) vararg

Variant

call_deferred ( StringName method, … ) vararg

Variant

callv ( StringName method, Array arg_array )

bool

can_translate_messages ( ) const

void

cancel_free ( )

Error

connect ( StringName signal, Callable callable, int flags=0 )

void

disconnect ( StringName signal, Callable callable )

Error

emit_signal ( StringName signal, … ) vararg

void

free ( )

Variant

get ( StringName property ) const

String

get_class ( ) const

Dictionary[]

get_incoming_connections ( ) const

Variant

get_indexed ( NodePath property_path ) const

int

get_instance_id ( ) const

Variant

get_meta ( StringName name, Variant default=null ) const

StringName[]

get_meta_list ( ) const

int

get_method_argument_count ( StringName method ) const

Dictionary[]

get_method_list ( ) const

Dictionary[]

get_property_list ( ) const

Variant

get_script ( ) const

Dictionary[]

get_signal_connection_list ( StringName signal ) const

Dictionary[]

get_signal_list ( ) const

bool

has_meta ( StringName name ) const

bool

has_method ( StringName method ) const

bool

has_signal ( StringName signal ) const

bool

has_user_signal ( StringName signal ) const

bool

is_blocking_signals ( ) const

bool

is_class ( String class ) const

bool

is_connected ( StringName signal, Callable callable ) const

bool

is_queued_for_deletion ( ) const

void

notification ( int what, bool reversed=false )

void

notify_property_list_changed ( )

bool

property_can_revert ( StringName property ) const

Variant

property_get_revert ( StringName property ) const

void

remove_meta ( StringName name )

void

remove_user_signal ( StringName signal )

void

set ( StringName property, Variant value )

void

set_block_signals ( bool enable )

void

set_deferred ( StringName property, Variant value )

void

set_indexed ( NodePath property_path, Variant value )

void

set_message_translation ( bool enable )

void

set_meta ( StringName name, Variant value )

void

set_script ( Variant script )

String

to_string ( )

String

tr ( StringName message, StringName context=&”” ) const

String

tr_n ( StringName message, StringName plural_message, int n, StringName context=&”” ) const


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!