mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
62 lines
1.4 KiB
ReStructuredText
62 lines
1.4 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the VisualScriptPropertyGet.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_VisualScriptPropertyGet:
|
|
|
|
VisualScriptPropertyGet
|
|
=======================
|
|
|
|
**Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Enumerations
|
|
------------
|
|
|
|
.. _enum_VisualScriptPropertyGet_CallMode:
|
|
|
|
enum **CallMode**
|
|
|
|
- **CALL_MODE_SELF** = **0**
|
|
- **CALL_MODE_NODE_PATH** = **1**
|
|
- **CALL_MODE_INSTANCE** = **2**
|
|
|
|
|
|
Property Descriptions
|
|
---------------------
|
|
|
|
.. _class_VisualScriptPropertyGet_base_script:
|
|
|
|
- :ref:`String<class_String>` **base_script**
|
|
|
|
.. _class_VisualScriptPropertyGet_base_type:
|
|
|
|
- :ref:`String<class_String>` **base_type**
|
|
|
|
.. _class_VisualScriptPropertyGet_basic_type:
|
|
|
|
- :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **basic_type**
|
|
|
|
.. _class_VisualScriptPropertyGet_index:
|
|
|
|
- :ref:`String<class_String>` **index**
|
|
|
|
.. _class_VisualScriptPropertyGet_node_path:
|
|
|
|
- :ref:`NodePath<class_NodePath>` **node_path**
|
|
|
|
.. _class_VisualScriptPropertyGet_property:
|
|
|
|
- :ref:`String<class_String>` **property**
|
|
|
|
.. _class_VisualScriptPropertyGet_set_mode:
|
|
|
|
- :ref:`CallMode<enum_VisualScriptPropertyGet_CallMode>` **set_mode**
|
|
|
|
|