mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 00:43:46 +00:00
Refactor RPCMode enum and checks
This commit is contained in:
parent
a71b0830ab
commit
9de4ffde61
25 changed files with 217 additions and 328 deletions
|
@ -1455,7 +1455,7 @@ GDScriptFunction::GDScriptFunction() :
|
|||
|
||||
_stack_size = 0;
|
||||
_call_size = 0;
|
||||
rpc_mode = ScriptInstance::RPC_MODE_DISABLED;
|
||||
rpc_mode = MultiplayerAPI::RPC_MODE_DISABLED;
|
||||
name = "<anonymous>";
|
||||
#ifdef DEBUG_ENABLED
|
||||
_func_cname = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue