class_visualscriptyieldsignal.rst 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. Properties
  10. ----------
  11. +--------------------------------------------------------+--------------------------------------------------------------------+--------------+
  12. | :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptYieldSignal_property_base_type>` | ``"Object"`` |
  13. +--------------------------------------------------------+--------------------------------------------------------------------+--------------+
  14. | :ref:`CallMode<enum_VisualScriptYieldSignal_CallMode>` | :ref:`call_mode<class_VisualScriptYieldSignal_property_call_mode>` | ``0`` |
  15. +--------------------------------------------------------+--------------------------------------------------------------------+--------------+
  16. | :ref:`NodePath<class_NodePath>` | :ref:`node_path<class_VisualScriptYieldSignal_property_node_path>` | |
  17. +--------------------------------------------------------+--------------------------------------------------------------------+--------------+
  18. | :ref:`String<class_String>` | :ref:`signal<class_VisualScriptYieldSignal_property_signal>` | ``""`` |
  19. +--------------------------------------------------------+--------------------------------------------------------------------+--------------+
  20. Enumerations
  21. ------------
  22. .. _enum_VisualScriptYieldSignal_CallMode:
  23. .. _class_VisualScriptYieldSignal_constant_CALL_MODE_SELF:
  24. .. _class_VisualScriptYieldSignal_constant_CALL_MODE_NODE_PATH:
  25. .. _class_VisualScriptYieldSignal_constant_CALL_MODE_INSTANCE:
  26. enum **CallMode**:
  27. - **CALL_MODE_SELF** = **0**
  28. - **CALL_MODE_NODE_PATH** = **1**
  29. - **CALL_MODE_INSTANCE** = **2**
  30. Property Descriptions
  31. ---------------------
  32. .. _class_VisualScriptYieldSignal_property_base_type:
  33. - :ref:`String<class_String>` **base_type**
  34. +-----------+----------------------+
  35. | *Default* | ``"Object"`` |
  36. +-----------+----------------------+
  37. | *Setter* | set_base_type(value) |
  38. +-----------+----------------------+
  39. | *Getter* | get_base_type() |
  40. +-----------+----------------------+
  41. ----
  42. .. _class_VisualScriptYieldSignal_property_call_mode:
  43. - :ref:`CallMode<enum_VisualScriptYieldSignal_CallMode>` **call_mode**
  44. +-----------+----------------------+
  45. | *Default* | ``0`` |
  46. +-----------+----------------------+
  47. | *Setter* | set_call_mode(value) |
  48. +-----------+----------------------+
  49. | *Getter* | get_call_mode() |
  50. +-----------+----------------------+
  51. ----
  52. .. _class_VisualScriptYieldSignal_property_node_path:
  53. - :ref:`NodePath<class_NodePath>` **node_path**
  54. +----------+----------------------+
  55. | *Setter* | set_base_path(value) |
  56. +----------+----------------------+
  57. | *Getter* | get_base_path() |
  58. +----------+----------------------+
  59. ----
  60. .. _class_VisualScriptYieldSignal_property_signal:
  61. - :ref:`String<class_String>` **signal**
  62. +-----------+-------------------+
  63. | *Default* | ``""`` |
  64. +-----------+-------------------+
  65. | *Setter* | set_signal(value) |
  66. +-----------+-------------------+
  67. | *Getter* | get_signal() |
  68. +-----------+-------------------+
  69. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  70. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  71. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`