diff options
| author | Rémi Verschelde | 2018-05-30 14:59:08 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-30 14:59:08 +0200 |
| commit | fc7f931d26900f70ec19f91837d1715e1a301834 (patch) | |
| tree | c5bcc314b6d62437d9eae4f768d69491e91e1d54 /modules/gdscript/gdscript.h | |
| parent | 3d9dffdef7d436cda779ee4a659476fa94c62a35 (diff) | |
| parent | 8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8 (diff) | |
| download | godot-fc7f931d26900f70ec19f91837d1715e1a301834.tar.gz godot-fc7f931d26900f70ec19f91837d1715e1a301834.tar.zst godot-fc7f931d26900f70ec19f91837d1715e1a301834.zip | |
Diffstat (limited to 'modules/gdscript/gdscript.h')
| -rw-r--r-- | modules/gdscript/gdscript.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h index 6885fbb7f..a35b0a10d 100644 --- a/modules/gdscript/gdscript.h +++ b/modules/gdscript/gdscript.h @@ -63,7 +63,7 @@ class GDScript : public Script { int index; StringName setter; StringName getter; - ScriptInstance::RPCMode rpc_mode; + MultiplayerAPI::RPCMode rpc_mode; }; friend class GDScriptInstance; @@ -248,8 +248,8 @@ public: void reload_members(); - virtual RPCMode get_rpc_mode(const StringName &p_method) const; - virtual RPCMode get_rset_mode(const StringName &p_variable) const; + virtual MultiplayerAPI::RPCMode get_rpc_mode(const StringName &p_method) const; + virtual MultiplayerAPI::RPCMode get_rset_mode(const StringName &p_variable) const; GDScriptInstance(); ~GDScriptInstance(); |
