class_visualscriptpropertyset.rst 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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 VisualScriptPropertySet.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_VisualScriptPropertySet:
  6. VisualScriptPropertySet
  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:`AssignOp<enum_VisualScriptPropertySet_AssignOp>` | :ref:`assign_op<class_VisualScriptPropertySet_property_assign_op>` | 0 |
  16. +--------------------------------------------------------+------------------------------------------------------------------------+----------+
  17. | :ref:`String<class_String>` | :ref:`base_script<class_VisualScriptPropertySet_property_base_script>` | |
  18. +--------------------------------------------------------+------------------------------------------------------------------------+----------+
  19. | :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptPropertySet_property_base_type>` | "Object" |
  20. +--------------------------------------------------------+------------------------------------------------------------------------+----------+
  21. | :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`basic_type<class_VisualScriptPropertySet_property_basic_type>` | |
  22. +--------------------------------------------------------+------------------------------------------------------------------------+----------+
  23. | :ref:`String<class_String>` | :ref:`index<class_VisualScriptPropertySet_property_index>` | |
  24. +--------------------------------------------------------+------------------------------------------------------------------------+----------+
  25. | :ref:`NodePath<class_NodePath>` | :ref:`node_path<class_VisualScriptPropertySet_property_node_path>` | |
  26. +--------------------------------------------------------+------------------------------------------------------------------------+----------+
  27. | :ref:`String<class_String>` | :ref:`property<class_VisualScriptPropertySet_property_property>` | "" |
  28. +--------------------------------------------------------+------------------------------------------------------------------------+----------+
  29. | :ref:`CallMode<enum_VisualScriptPropertySet_CallMode>` | :ref:`set_mode<class_VisualScriptPropertySet_property_set_mode>` | 0 |
  30. +--------------------------------------------------------+------------------------------------------------------------------------+----------+
  31. Enumerations
  32. ------------
  33. .. _enum_VisualScriptPropertySet_CallMode:
  34. .. _class_VisualScriptPropertySet_constant_CALL_MODE_SELF:
  35. .. _class_VisualScriptPropertySet_constant_CALL_MODE_NODE_PATH:
  36. .. _class_VisualScriptPropertySet_constant_CALL_MODE_INSTANCE:
  37. .. _class_VisualScriptPropertySet_constant_CALL_MODE_BASIC_TYPE:
  38. enum **CallMode**:
  39. - **CALL_MODE_SELF** = **0**
  40. - **CALL_MODE_NODE_PATH** = **1**
  41. - **CALL_MODE_INSTANCE** = **2**
  42. - **CALL_MODE_BASIC_TYPE** = **3**
  43. .. _enum_VisualScriptPropertySet_AssignOp:
  44. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_NONE:
  45. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_ADD:
  46. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_SUB:
  47. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_MUL:
  48. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_DIV:
  49. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_MOD:
  50. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_SHIFT_LEFT:
  51. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_SHIFT_RIGHT:
  52. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_BIT_AND:
  53. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_BIT_OR:
  54. .. _class_VisualScriptPropertySet_constant_ASSIGN_OP_BIT_XOR:
  55. enum **AssignOp**:
  56. - **ASSIGN_OP_NONE** = **0**
  57. - **ASSIGN_OP_ADD** = **1**
  58. - **ASSIGN_OP_SUB** = **2**
  59. - **ASSIGN_OP_MUL** = **3**
  60. - **ASSIGN_OP_DIV** = **4**
  61. - **ASSIGN_OP_MOD** = **5**
  62. - **ASSIGN_OP_SHIFT_LEFT** = **6**
  63. - **ASSIGN_OP_SHIFT_RIGHT** = **7**
  64. - **ASSIGN_OP_BIT_AND** = **8**
  65. - **ASSIGN_OP_BIT_OR** = **9**
  66. - **ASSIGN_OP_BIT_XOR** = **10**
  67. Property Descriptions
  68. ---------------------
  69. .. _class_VisualScriptPropertySet_property_assign_op:
  70. - :ref:`AssignOp<enum_VisualScriptPropertySet_AssignOp>` **assign_op**
  71. +-----------+----------------------+
  72. | *Default* | 0 |
  73. +-----------+----------------------+
  74. | *Setter* | set_assign_op(value) |
  75. +-----------+----------------------+
  76. | *Getter* | get_assign_op() |
  77. +-----------+----------------------+
  78. .. _class_VisualScriptPropertySet_property_base_script:
  79. - :ref:`String<class_String>` **base_script**
  80. +----------+------------------------+
  81. | *Setter* | set_base_script(value) |
  82. +----------+------------------------+
  83. | *Getter* | get_base_script() |
  84. +----------+------------------------+
  85. .. _class_VisualScriptPropertySet_property_base_type:
  86. - :ref:`String<class_String>` **base_type**
  87. +-----------+----------------------+
  88. | *Default* | "Object" |
  89. +-----------+----------------------+
  90. | *Setter* | set_base_type(value) |
  91. +-----------+----------------------+
  92. | *Getter* | get_base_type() |
  93. +-----------+----------------------+
  94. .. _class_VisualScriptPropertySet_property_basic_type:
  95. - :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **basic_type**
  96. +----------+-----------------------+
  97. | *Setter* | set_basic_type(value) |
  98. +----------+-----------------------+
  99. | *Getter* | get_basic_type() |
  100. +----------+-----------------------+
  101. .. _class_VisualScriptPropertySet_property_index:
  102. - :ref:`String<class_String>` **index**
  103. +----------+------------------+
  104. | *Setter* | set_index(value) |
  105. +----------+------------------+
  106. | *Getter* | get_index() |
  107. +----------+------------------+
  108. .. _class_VisualScriptPropertySet_property_node_path:
  109. - :ref:`NodePath<class_NodePath>` **node_path**
  110. +----------+----------------------+
  111. | *Setter* | set_base_path(value) |
  112. +----------+----------------------+
  113. | *Getter* | get_base_path() |
  114. +----------+----------------------+
  115. .. _class_VisualScriptPropertySet_property_property:
  116. - :ref:`String<class_String>` **property**
  117. +-----------+---------------------+
  118. | *Default* | "" |
  119. +-----------+---------------------+
  120. | *Setter* | set_property(value) |
  121. +-----------+---------------------+
  122. | *Getter* | get_property() |
  123. +-----------+---------------------+
  124. .. _class_VisualScriptPropertySet_property_set_mode:
  125. - :ref:`CallMode<enum_VisualScriptPropertySet_CallMode>` **set_mode**
  126. +-----------+----------------------+
  127. | *Default* | 0 |
  128. +-----------+----------------------+
  129. | *Setter* | set_call_mode(value) |
  130. +-----------+----------------------+
  131. | *Getter* | get_call_mode() |
  132. +-----------+----------------------+