class_visualscriptfunctioncall.rst 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the VisualScriptFunctionCall.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_VisualScriptFunctionCall:
  5. VisualScriptFunctionCall
  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:`String<class_String>` | :ref:`base_script<class_VisualScriptFunctionCall_base_script>` |
  15. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  16. | :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptFunctionCall_base_type>` |
  17. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  18. | :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` | :ref:`basic_type<class_VisualScriptFunctionCall_basic_type>` |
  19. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  20. | :ref:`CallMode<enum_VisualScriptFunctionCall_CallMode>` | :ref:`call_mode<class_VisualScriptFunctionCall_call_mode>` |
  21. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  22. | :ref:`String<class_String>` | :ref:`function<class_VisualScriptFunctionCall_function>` |
  23. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  24. | :ref:`NodePath<class_NodePath>` | :ref:`node_path<class_VisualScriptFunctionCall_node_path>` |
  25. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  26. | :ref:`RPCCallMode<enum_VisualScriptFunctionCall_RPCCallMode>` | :ref:`rpc_call_mode<class_VisualScriptFunctionCall_rpc_call_mode>` |
  27. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  28. | :ref:`String<class_String>` | :ref:`singleton<class_VisualScriptFunctionCall_singleton>` |
  29. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  30. | :ref:`int<class_int>` | :ref:`use_default_args<class_VisualScriptFunctionCall_use_default_args>` |
  31. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  32. | :ref:`bool<class_bool>` | :ref:`validate<class_VisualScriptFunctionCall_validate>` |
  33. +---------------------------------------------------------------+--------------------------------------------------------------------------+
  34. Enumerations
  35. ------------
  36. .. _enum_VisualScriptFunctionCall_CallMode:
  37. enum **CallMode**:
  38. - **CALL_MODE_SELF** = **0**
  39. - **CALL_MODE_NODE_PATH** = **1**
  40. - **CALL_MODE_INSTANCE** = **2**
  41. - **CALL_MODE_BASIC_TYPE** = **3**
  42. - **CALL_MODE_SINGLETON** = **4**
  43. .. _enum_VisualScriptFunctionCall_RPCCallMode:
  44. enum **RPCCallMode**:
  45. - **RPC_DISABLED** = **0**
  46. - **RPC_RELIABLE** = **1**
  47. - **RPC_UNRELIABLE** = **2**
  48. - **RPC_RELIABLE_TO_ID** = **3**
  49. - **RPC_UNRELIABLE_TO_ID** = **4**
  50. Property Descriptions
  51. ---------------------
  52. .. _class_VisualScriptFunctionCall_base_script:
  53. - :ref:`String<class_String>` **base_script**
  54. +----------+------------------------+
  55. | *Setter* | set_base_script(value) |
  56. +----------+------------------------+
  57. | *Getter* | get_base_script() |
  58. +----------+------------------------+
  59. .. _class_VisualScriptFunctionCall_base_type:
  60. - :ref:`String<class_String>` **base_type**
  61. +----------+----------------------+
  62. | *Setter* | set_base_type(value) |
  63. +----------+----------------------+
  64. | *Getter* | get_base_type() |
  65. +----------+----------------------+
  66. .. _class_VisualScriptFunctionCall_basic_type:
  67. - :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>` **basic_type**
  68. +----------+-----------------------+
  69. | *Setter* | set_basic_type(value) |
  70. +----------+-----------------------+
  71. | *Getter* | get_basic_type() |
  72. +----------+-----------------------+
  73. .. _class_VisualScriptFunctionCall_call_mode:
  74. - :ref:`CallMode<enum_VisualScriptFunctionCall_CallMode>` **call_mode**
  75. +----------+----------------------+
  76. | *Setter* | set_call_mode(value) |
  77. +----------+----------------------+
  78. | *Getter* | get_call_mode() |
  79. +----------+----------------------+
  80. .. _class_VisualScriptFunctionCall_function:
  81. - :ref:`String<class_String>` **function**
  82. +----------+---------------------+
  83. | *Setter* | set_function(value) |
  84. +----------+---------------------+
  85. | *Getter* | get_function() |
  86. +----------+---------------------+
  87. .. _class_VisualScriptFunctionCall_node_path:
  88. - :ref:`NodePath<class_NodePath>` **node_path**
  89. +----------+----------------------+
  90. | *Setter* | set_base_path(value) |
  91. +----------+----------------------+
  92. | *Getter* | get_base_path() |
  93. +----------+----------------------+
  94. .. _class_VisualScriptFunctionCall_rpc_call_mode:
  95. - :ref:`RPCCallMode<enum_VisualScriptFunctionCall_RPCCallMode>` **rpc_call_mode**
  96. +----------+--------------------------+
  97. | *Setter* | set_rpc_call_mode(value) |
  98. +----------+--------------------------+
  99. | *Getter* | get_rpc_call_mode() |
  100. +----------+--------------------------+
  101. .. _class_VisualScriptFunctionCall_singleton:
  102. - :ref:`String<class_String>` **singleton**
  103. +----------+----------------------+
  104. | *Setter* | set_singleton(value) |
  105. +----------+----------------------+
  106. | *Getter* | get_singleton() |
  107. +----------+----------------------+
  108. .. _class_VisualScriptFunctionCall_use_default_args:
  109. - :ref:`int<class_int>` **use_default_args**
  110. +----------+-----------------------------+
  111. | *Setter* | set_use_default_args(value) |
  112. +----------+-----------------------------+
  113. | *Getter* | get_use_default_args() |
  114. +----------+-----------------------------+
  115. .. _class_VisualScriptFunctionCall_validate:
  116. - :ref:`bool<class_bool>` **validate**
  117. +----------+---------------------+
  118. | *Setter* | set_validate(value) |
  119. +----------+---------------------+
  120. | *Getter* | get_validate() |
  121. +----------+---------------------+