1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

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.
This commit is contained in:
Andrea Catania
2020-02-27 16:06:39 +01:00
parent ed0f1940cb
commit 33ae58710b
3 changed files with 55 additions and 47 deletions

View File

@@ -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;