diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-16 01:46:14 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-16 01:46:29 +0200 |
| commit | 62cb43bb8dec8f5078012b58ff06a2077078565f (patch) | |
| tree | f4a04475b8e2b9eb5e5ddafa8e654a50d359436d /doc/classes/VisualScriptFunctionCall.xml | |
| parent | a74cc225912a806ff2d460c4a64afbef4c8d855a (diff) | |
| download | redot-engine-62cb43bb8dec8f5078012b58ff06a2077078565f.tar.gz | |
doc: Sync classref with current source
[ci skip]
Diffstat (limited to 'doc/classes/VisualScriptFunctionCall.xml')
| -rw-r--r-- | doc/classes/VisualScriptFunctionCall.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/classes/VisualScriptFunctionCall.xml b/doc/classes/VisualScriptFunctionCall.xml index 9a56831253..36c808afce 100644 --- a/doc/classes/VisualScriptFunctionCall.xml +++ b/doc/classes/VisualScriptFunctionCall.xml @@ -183,5 +183,17 @@ </constant> <constant name="CALL_MODE_BASIC_TYPE" value="3"> </constant> + <constant name="CALL_MODE_SINGLETON" value="4"> + </constant> + <constant name="RPC_DISABLED" value="0"> + </constant> + <constant name="RPC_RELIABLE" value="1"> + </constant> + <constant name="RPC_UNRELIABLE" value="2"> + </constant> + <constant name="RPC_RELIABLE_TO_ID" value="3"> + </constant> + <constant name="RPC_UNRELIABLE_TO_ID" value="4"> + </constant> </constants> </class> |
