class_visualscriptconstructor.rst 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/3.6/modules/visual_script/doc_classes/VisualScriptConstructor.xml.
  6. .. _class_VisualScriptConstructor:
  7. VisualScriptConstructor
  8. =======================
  9. **Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  10. A Visual Script node which calls a base type constructor.
  11. .. rst-class:: classref-introduction-group
  12. Description
  13. -----------
  14. A Visual Script node which calls a base type constructor. It can be used for type conversion as well.
  15. .. rst-class:: classref-reftable-group
  16. Methods
  17. -------
  18. .. table::
  19. :widths: auto
  20. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`Dictionary<class_Dictionary>` | :ref:`get_constructor<class_VisualScriptConstructor_method_get_constructor>` **(** **)** |const| |
  22. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`get_constructor_type<class_VisualScriptConstructor_method_get_constructor_type>` **(** **)** |const| |
  24. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
  25. | void | :ref:`set_constructor<class_VisualScriptConstructor_method_set_constructor>` **(** :ref:`Dictionary<class_Dictionary>` constructor **)** |
  26. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
  27. | void | :ref:`set_constructor_type<class_VisualScriptConstructor_method_set_constructor_type>` **(** :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` type **)** |
  28. +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+
  29. .. rst-class:: classref-section-separator
  30. ----
  31. .. rst-class:: classref-descriptions-group
  32. Method Descriptions
  33. -------------------
  34. .. _class_VisualScriptConstructor_method_get_constructor:
  35. .. rst-class:: classref-method
  36. :ref:`Dictionary<class_Dictionary>` **get_constructor** **(** **)** |const|
  37. .. container:: contribute
  38. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  39. .. rst-class:: classref-item-separator
  40. ----
  41. .. _class_VisualScriptConstructor_method_get_constructor_type:
  42. .. rst-class:: classref-method
  43. :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **get_constructor_type** **(** **)** |const|
  44. .. container:: contribute
  45. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  46. .. rst-class:: classref-item-separator
  47. ----
  48. .. _class_VisualScriptConstructor_method_set_constructor:
  49. .. rst-class:: classref-method
  50. void **set_constructor** **(** :ref:`Dictionary<class_Dictionary>` constructor **)**
  51. .. container:: contribute
  52. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  53. .. rst-class:: classref-item-separator
  54. ----
  55. .. _class_VisualScriptConstructor_method_set_constructor_type:
  56. .. rst-class:: classref-method
  57. void **set_constructor_type** **(** :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` type **)**
  58. .. container:: contribute
  59. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  60. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  61. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  62. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  63. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`