class_visualscriptpropertyset.rst 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the VisualScriptPropertySet.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_VisualScriptPropertySet:
  5. VisualScriptPropertySet
  6. =======================
  7. **Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Properties
  12. ----------
  13. +--------------------------------------------------------+---------------------------------------------------------------+
  14. | :ref:`AssignOp<enum_VisualScriptPropertySet_AssignOp>` | :ref:`assign_op<class_VisualScriptPropertySet_assign_op>` |
  15. +--------------------------------------------------------+---------------------------------------------------------------+
  16. | :ref:`String<class_String>` | :ref:`base_script<class_VisualScriptPropertySet_base_script>` |
  17. +--------------------------------------------------------+---------------------------------------------------------------+
  18. | :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptPropertySet_base_type>` |
  19. +--------------------------------------------------------+---------------------------------------------------------------+
  20. | :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`basic_type<class_VisualScriptPropertySet_basic_type>` |
  21. +--------------------------------------------------------+---------------------------------------------------------------+
  22. | :ref:`String<class_String>` | :ref:`index<class_VisualScriptPropertySet_index>` |
  23. +--------------------------------------------------------+---------------------------------------------------------------+
  24. | :ref:`NodePath<class_NodePath>` | :ref:`node_path<class_VisualScriptPropertySet_node_path>` |
  25. +--------------------------------------------------------+---------------------------------------------------------------+
  26. | :ref:`String<class_String>` | :ref:`property<class_VisualScriptPropertySet_property>` |
  27. +--------------------------------------------------------+---------------------------------------------------------------+
  28. | :ref:`CallMode<enum_VisualScriptPropertySet_CallMode>` | :ref:`set_mode<class_VisualScriptPropertySet_set_mode>` |
  29. +--------------------------------------------------------+---------------------------------------------------------------+
  30. Enumerations
  31. ------------
  32. .. _enum_VisualScriptPropertySet_CallMode:
  33. enum **CallMode**:
  34. - **CALL_MODE_SELF** = **0**
  35. - **CALL_MODE_NODE_PATH** = **1**
  36. - **CALL_MODE_INSTANCE** = **2**
  37. - **CALL_MODE_BASIC_TYPE** = **3**
  38. .. _enum_VisualScriptPropertySet_AssignOp:
  39. enum **AssignOp**:
  40. - **ASSIGN_OP_NONE** = **0**
  41. - **ASSIGN_OP_ADD** = **1**
  42. - **ASSIGN_OP_SUB** = **2**
  43. - **ASSIGN_OP_MUL** = **3**
  44. - **ASSIGN_OP_DIV** = **4**
  45. - **ASSIGN_OP_MOD** = **5**
  46. - **ASSIGN_OP_SHIFT_LEFT** = **6**
  47. - **ASSIGN_OP_SHIFT_RIGHT** = **7**
  48. - **ASSIGN_OP_BIT_AND** = **8**
  49. - **ASSIGN_OP_BIT_OR** = **9**
  50. - **ASSIGN_OP_BIT_XOR** = **10**
  51. Property Descriptions
  52. ---------------------
  53. .. _class_VisualScriptPropertySet_assign_op:
  54. - :ref:`AssignOp<enum_VisualScriptPropertySet_AssignOp>` **assign_op**
  55. +----------+----------------------+
  56. | *Setter* | set_assign_op(value) |
  57. +----------+----------------------+
  58. | *Getter* | get_assign_op() |
  59. +----------+----------------------+
  60. .. _class_VisualScriptPropertySet_base_script:
  61. - :ref:`String<class_String>` **base_script**
  62. +----------+------------------------+
  63. | *Setter* | set_base_script(value) |
  64. +----------+------------------------+
  65. | *Getter* | get_base_script() |
  66. +----------+------------------------+
  67. .. _class_VisualScriptPropertySet_base_type:
  68. - :ref:`String<class_String>` **base_type**
  69. +----------+----------------------+
  70. | *Setter* | set_base_type(value) |
  71. +----------+----------------------+
  72. | *Getter* | get_base_type() |
  73. +----------+----------------------+
  74. .. _class_VisualScriptPropertySet_basic_type:
  75. - :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **basic_type**
  76. +----------+-----------------------+
  77. | *Setter* | set_basic_type(value) |
  78. +----------+-----------------------+
  79. | *Getter* | get_basic_type() |
  80. +----------+-----------------------+
  81. .. _class_VisualScriptPropertySet_index:
  82. - :ref:`String<class_String>` **index**
  83. +----------+------------------+
  84. | *Setter* | set_index(value) |
  85. +----------+------------------+
  86. | *Getter* | get_index() |
  87. +----------+------------------+
  88. .. _class_VisualScriptPropertySet_node_path:
  89. - :ref:`NodePath<class_NodePath>` **node_path**
  90. +----------+----------------------+
  91. | *Setter* | set_base_path(value) |
  92. +----------+----------------------+
  93. | *Getter* | get_base_path() |
  94. +----------+----------------------+
  95. .. _class_VisualScriptPropertySet_property:
  96. - :ref:`String<class_String>` **property**
  97. +----------+---------------------+
  98. | *Setter* | set_property(value) |
  99. +----------+---------------------+
  100. | *Getter* | get_property() |
  101. +----------+---------------------+
  102. .. _class_VisualScriptPropertySet_set_mode:
  103. - :ref:`CallMode<enum_VisualScriptPropertySet_CallMode>` **set_mode**
  104. +----------+----------------------+
  105. | *Setter* | set_call_mode(value) |
  106. +----------+----------------------+
  107. | *Getter* | get_call_mode() |
  108. +----------+----------------------+