class_visualscriptconstructor.rst 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_VisualScriptConstructor:
  4. VisualScriptConstructor
  5. =======================
  6. **Inherits:** :ref:`VisualScriptNode<class_visualscriptnode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +--------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`Dictionary<class_dictionary>` | :ref:`get_constructor<class_VisualScriptConstructor_get_constructor>` **(** **)** const |
  14. +--------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`int<class_int>` | :ref:`get_constructor_type<class_VisualScriptConstructor_get_constructor_type>` **(** **)** const |
  16. +--------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`set_constructor<class_VisualScriptConstructor_set_constructor>` **(** :ref:`Dictionary<class_dictionary>` constructor **)** |
  18. +--------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  19. | void | :ref:`set_constructor_type<class_VisualScriptConstructor_set_constructor_type>` **(** :ref:`int<class_int>` type **)** |
  20. +--------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  21. Member Variables
  22. ----------------
  23. - :ref:`Dictionary<class_dictionary>` **constructor**
  24. - :ref:`int<class_int>` **type**
  25. Member Function Description
  26. ---------------------------
  27. .. _class_VisualScriptConstructor_get_constructor:
  28. - :ref:`Dictionary<class_dictionary>` **get_constructor** **(** **)** const
  29. .. _class_VisualScriptConstructor_get_constructor_type:
  30. - :ref:`int<class_int>` **get_constructor_type** **(** **)** const
  31. .. _class_VisualScriptConstructor_set_constructor:
  32. - void **set_constructor** **(** :ref:`Dictionary<class_dictionary>` constructor **)**
  33. .. _class_VisualScriptConstructor_set_constructor_type:
  34. - void **set_constructor_type** **(** :ref:`int<class_int>` type **)**