summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorAndrea Catania <info@andreacatania.com>2020-02-27 16:06:39 +0100
committerAndrea Catania <info@andreacatania.com>2020-02-28 12:39:18 +0100
commit33ae58710b2ba63b8c238043fcc093f3dc7e1106 (patch)
tree13ed33504e81ffb3256f53cfb0fa2833b396ac23 /modules/gdscript/gdscript.h
parented0f1940cbdbe470da85f446f315ee12897038a1 (diff)
downloadredot-engine-33ae58710b2ba63b8c238043fcc093f3dc7e1106.tar.gz
Generates the rpc and rset info for exported GDScript.
Improved the send rpc log message when fail. This work has been kindly sponsored by IMVU.
Diffstat (limited to 'modules/gdscript/gdscript.h')
-rw-r--r--modules/gdscript/gdscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h
index 6598a0023b..5138c119ca 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -134,6 +134,7 @@ class GDScript : public Script {
bool _update_exports();
void _save_orphaned_subclasses();
+ void _init_rpc_methods_properties();
protected:
bool _get(const StringName &p_name, Variant &r_ret) const;