summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/include/nativescript/godot_nativescript.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-05-30 14:59:08 +0200
committerGitHub <noreply@github.com>2018-05-30 14:59:08 +0200
commitfc7f931d26900f70ec19f91837d1715e1a301834 (patch)
treec5bcc314b6d62437d9eae4f768d69491e91e1d54 /modules/gdnative/include/nativescript/godot_nativescript.h
parent3d9dffdef7d436cda779ee4a659476fa94c62a35 (diff)
parent8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8 (diff)
downloadredot-engine-fc7f931d26900f70ec19f91837d1715e1a301834.tar.gz
Merge pull request #19255 from Faless/rpc_sync_mmore
RPCMode refactor, more sync modes (2)
Diffstat (limited to 'modules/gdnative/include/nativescript/godot_nativescript.h')
-rw-r--r--modules/gdnative/include/nativescript/godot_nativescript.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gdnative/include/nativescript/godot_nativescript.h b/modules/gdnative/include/nativescript/godot_nativescript.h
index cfbe16fa7d..f28ba352ab 100644
--- a/modules/gdnative/include/nativescript/godot_nativescript.h
+++ b/modules/gdnative/include/nativescript/godot_nativescript.h
@@ -43,6 +43,9 @@ typedef enum {
GODOT_METHOD_RPC_MODE_SYNC,
GODOT_METHOD_RPC_MODE_MASTER,
GODOT_METHOD_RPC_MODE_SLAVE,
+ GODOT_METHOD_RPC_MODE_REMOTESYNC,
+ GODOT_METHOD_RPC_MODE_MASTERSYNC,
+ GODOT_METHOD_RPC_MODE_SLAVESYNC,
} godot_method_rpc_mode;
typedef enum {