Script

Inherits: Resource < RefCounted < Object

Inherited By: GDScript, ScriptExtension

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

Properties

String

source_code

Methods

bool

can_instantiate ( ) const

Script

get_base_script ( ) const

StringName

get_global_name ( ) const

StringName

get_instance_base_type ( ) const

Variant

get_property_default_value ( StringName property )

Dictionary

get_script_constant_map ( )

Dictionary[]

get_script_method_list ( )

Dictionary[]

get_script_property_list ( )

Dictionary[]

get_script_signal_list ( )

bool

has_script_signal ( StringName signal_name ) const

bool

has_source_code ( ) const

bool

instance_has ( Object base_object ) const

bool

is_abstract ( ) const

bool

is_tool ( ) const

Error

reload ( bool keep_state=false )


Property Descriptions

String source_code

  • void set_source_code ( String value )

  • String get_source_code ( )

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


Method Descriptions

bool can_instantiate ( ) const

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


Script get_base_script ( ) const

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


StringName get_global_name ( ) const

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


StringName get_instance_base_type ( ) const

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


Variant get_property_default_value ( StringName property )

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


Dictionary get_script_constant_map ( )

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


Dictionary[] get_script_method_list ( )

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


Dictionary[] get_script_property_list ( )

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


Dictionary[] get_script_signal_list ( )

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


bool has_script_signal ( StringName signal_name ) const

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


bool has_source_code ( ) const

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


bool instance_has ( Object base_object ) const

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


bool is_abstract ( ) const

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


bool is_tool ( ) const

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


Error reload ( bool keep_state=false )

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