ScriptExtension (original) (raw)

There is currently no description for this class. Please help us by contributing one!

Method Descriptions

bool _can_instantiate() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _editor_can_reload_from_file() virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


Script _get_base_script() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


String _get_class_icon_path() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Dictionary _get_constants() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


StringName _get_doc_class_name() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Array[Dictionary] _get_documentation() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


StringName _get_global_name() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


StringName _get_instance_base_type() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


ScriptLanguage _get_language() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


int _get_member_line(member: StringName) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Array[StringName] _get_members() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Dictionary _get_method_info(method: StringName) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Variant _get_property_default_value(property: StringName) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Variant _get_rpc_config() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Variant _get_script_method_argument_count(method: StringName) virtual const πŸ”—

Return the expected argument count for the given method, or null if it can't be determined (which will then fall back to the default behavior).


Array[Dictionary] _get_script_method_list() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Array[Dictionary] _get_script_property_list() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Array[Dictionary] _get_script_signal_list() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


String _get_source_code() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _has_method(method: StringName) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _has_property_default_value(property: StringName) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _has_script_signal(signal: StringName) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _has_source_code() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _has_static_method(method: StringName) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _inherits_script(script: Script) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


void* _instance_create(for_object: Object) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _instance_has(object: Object) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _is_abstract() virtual const πŸ”—

Returns true if the script is an abstract script. An abstract script does not have a constructor and cannot be instantiated.


bool _is_placeholder_fallback_enabled() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _is_tool() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


bool _is_valid() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


void _placeholder_erased(placeholder: void*) virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


void* _placeholder_instance_create(for_object: Object) virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Error _reload(keep_state: bool) virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


void _set_source_code(code: String) virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


void _update_exports() virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!