class_visualscriptyieldsignal.rst 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the VisualScriptYieldSignal.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_VisualScriptYieldSignal:
  6. VisualScriptYieldSignal
  7. =======================
  8. **Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +--------------------------------------------------------+--------------------------------------------------------------------+
  15. | :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptYieldSignal_property_base_type>` |
  16. +--------------------------------------------------------+--------------------------------------------------------------------+
  17. | :ref:`CallMode<enum_VisualScriptYieldSignal_CallMode>` | :ref:`call_mode<class_VisualScriptYieldSignal_property_call_mode>` |
  18. +--------------------------------------------------------+--------------------------------------------------------------------+
  19. | :ref:`NodePath<class_NodePath>` | :ref:`node_path<class_VisualScriptYieldSignal_property_node_path>` |
  20. +--------------------------------------------------------+--------------------------------------------------------------------+
  21. | :ref:`String<class_String>` | :ref:`signal<class_VisualScriptYieldSignal_property_signal>` |
  22. +--------------------------------------------------------+--------------------------------------------------------------------+
  23. Enumerations
  24. ------------
  25. .. _enum_VisualScriptYieldSignal_CallMode:
  26. .. _class_VisualScriptYieldSignal_constant_CALL_MODE_SELF:
  27. .. _class_VisualScriptYieldSignal_constant_CALL_MODE_NODE_PATH:
  28. .. _class_VisualScriptYieldSignal_constant_CALL_MODE_INSTANCE:
  29. enum **CallMode**:
  30. - **CALL_MODE_SELF** = **0**
  31. - **CALL_MODE_NODE_PATH** = **1**
  32. - **CALL_MODE_INSTANCE** = **2**
  33. Property Descriptions
  34. ---------------------
  35. .. _class_VisualScriptYieldSignal_property_base_type:
  36. - :ref:`String<class_String>` **base_type**
  37. +----------+----------------------+
  38. | *Setter* | set_base_type(value) |
  39. +----------+----------------------+
  40. | *Getter* | get_base_type() |
  41. +----------+----------------------+
  42. ----
  43. .. _class_VisualScriptYieldSignal_property_call_mode:
  44. - :ref:`CallMode<enum_VisualScriptYieldSignal_CallMode>` **call_mode**
  45. +----------+----------------------+
  46. | *Setter* | set_call_mode(value) |
  47. +----------+----------------------+
  48. | *Getter* | get_call_mode() |
  49. +----------+----------------------+
  50. ----
  51. .. _class_VisualScriptYieldSignal_property_node_path:
  52. - :ref:`NodePath<class_NodePath>` **node_path**
  53. +----------+----------------------+
  54. | *Setter* | set_base_path(value) |
  55. +----------+----------------------+
  56. | *Getter* | get_base_path() |
  57. +----------+----------------------+
  58. ----
  59. .. _class_VisualScriptYieldSignal_property_signal:
  60. - :ref:`String<class_String>` **signal**
  61. +----------+-------------------+
  62. | *Setter* | set_signal(value) |
  63. +----------+-------------------+
  64. | *Getter* | get_signal() |
  65. +----------+-------------------+