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:
parent
ed0f1940cb
commit
33ae58710b
3 changed files with 55 additions and 47 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue