summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-13 10:19:30 +0100
committerGitHub <noreply@github.com>2020-03-13 10:19:30 +0100
commit5002f6de84cd188a92b9e10debbf196b399973ac (patch)
treeb9f4c0e5dc8b67f4816ea6460e2b9aefbec8899b /modules/gdscript/gdscript.h
parente147be6031af3d13ed09fd76bdc34b3f1e8a444e (diff)
parent33ae58710b2ba63b8c238043fcc093f3dc7e1106 (diff)
downloadredot-engine-5002f6de84cd188a92b9e10debbf196b399973ac.tar.gz
Merge pull request #36599 from AndreaCatania/gen_rpc_data_export
Generates the rpc and rset info for exported GDScript.
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 456cd88fe6..2b8158fe55 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -136,6 +136,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;