summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-09-16 13:34:34 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-09-16 13:34:34 +0200
commit8ebfd89359d92ae3e785dcc802c831d66b3259e5 (patch)
treeb69c19f901bf8daa3c9587624dcbc810806aba23 /modules/gdscript/gdscript.h
parent9fd431f078d7560835da2642c9efe9e235618fe9 (diff)
parent8835f326b1b8ae0727727fec93ddb1e871571f32 (diff)
downloadredot-engine-8ebfd89359d92ae3e785dcc802c831d66b3259e5.tar.gz
Merge pull request #96024 from Ryan-000/expose_get_rpc_config
Expose `get_rpc_config` and `get_node_rpc_config`
Diffstat (limited to 'modules/gdscript/gdscript.h')
-rw-r--r--modules/gdscript/gdscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h
index 4d21651365..9bb39aac0f 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -334,7 +334,7 @@ public:
virtual void get_constants(HashMap<StringName, Variant> *p_constants) override;
virtual void get_members(HashSet<StringName> *p_members) override;
- virtual const Variant get_rpc_config() const override;
+ virtual Variant get_rpc_config() const override;
void unload_static() const;