Merge pull request #36599 from AndreaCatania/gen_rpc_data_export

Generates the rpc and rset info for exported GDScript.
This commit is contained in:
Rémi Verschelde 2020-03-13 10:19:30 +01:00 committed by GitHub
commit 5002f6de84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 55 additions and 47 deletions

View file

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