mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
44 lines
1.6 KiB
ReStructuredText
44 lines
1.6 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_VisualScriptEngineSingleton:
|
|
|
|
VisualScriptEngineSingleton
|
|
===========================
|
|
|
|
**Inherits:** :ref:`VisualScriptNode<class_visualscriptnode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+------------------------------+----------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_singleton<class_VisualScriptEngineSingleton_get_singleton>` **(** **)** |
|
|
+------------------------------+----------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_singleton<class_VisualScriptEngineSingleton_set_singleton>` **(** :ref:`String<class_string>` name **)** |
|
|
+------------------------------+----------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
- :ref:`String<class_string>` **constant**
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_VisualScriptEngineSingleton_get_singleton:
|
|
|
|
- :ref:`String<class_string>` **get_singleton** **(** **)**
|
|
|
|
.. _class_VisualScriptEngineSingleton_set_singleton:
|
|
|
|
- void **set_singleton** **(** :ref:`String<class_string>` name **)**
|
|
|
|
|