Merge pull request #36599 from AndreaCatania/gen_rpc_data_export
Generates the rpc and rset info for exported GDScript.
This commit is contained in:
commit
5002f6de84
3 changed files with 55 additions and 47 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue