Script
Inherits: Resource < RefCounted < Object
Inherited By: GDScript, ScriptExtension
There is currently no description for this class. Please help us by contributing one!
Properties
Methods
can_instantiate ( ) const |
|
get_base_script ( ) const |
|
get_global_name ( ) const |
|
get_instance_base_type ( ) const |
|
get_property_default_value ( StringName property ) |
|
has_script_signal ( StringName signal_name ) const |
|
has_source_code ( ) const |
|
instance_has ( Object base_object ) const |
|
is_abstract ( ) const |
|
is_tool ( ) const |
|
Property Descriptions
String 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!