mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with 3.2 branch
This commit is contained in:
@@ -111,30 +111,40 @@ Returns the script's base type.
|
||||
|
||||
- :ref:`Variant<class_Variant>` **get_property_default_value** **(** :ref:`String<class_String>` property **)**
|
||||
|
||||
Returns the default value of the specified property.
|
||||
|
||||
----
|
||||
|
||||
.. _class_Script_method_get_script_constant_map:
|
||||
|
||||
- :ref:`Dictionary<class_Dictionary>` **get_script_constant_map** **(** **)**
|
||||
|
||||
Returns a dictionary containing constant names and their values.
|
||||
|
||||
----
|
||||
|
||||
.. _class_Script_method_get_script_method_list:
|
||||
|
||||
- :ref:`Array<class_Array>` **get_script_method_list** **(** **)**
|
||||
|
||||
Returns the list of methods in this ``Script``.
|
||||
|
||||
----
|
||||
|
||||
.. _class_Script_method_get_script_property_list:
|
||||
|
||||
- :ref:`Array<class_Array>` **get_script_property_list** **(** **)**
|
||||
|
||||
Returns the list of properties in this ``Script``.
|
||||
|
||||
----
|
||||
|
||||
.. _class_Script_method_get_script_signal_list:
|
||||
|
||||
- :ref:`Array<class_Array>` **get_script_signal_list** **(** **)**
|
||||
|
||||
Returns the list of user signals defined in this ``Script``.
|
||||
|
||||
----
|
||||
|
||||
.. _class_Script_method_has_script_signal:
|
||||
|
||||
Reference in New Issue
Block a user