You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
GDScript: Fix some bugs with static variables and functions
This commit is contained in:
@@ -227,6 +227,7 @@ public:
|
||||
const HashMap<StringName, MemberInfo> &debug_get_member_indices() const { return member_indices; }
|
||||
const HashMap<StringName, GDScriptFunction *> &debug_get_member_functions() const; //this is debug only
|
||||
StringName debug_get_member_by_index(int p_idx) const;
|
||||
StringName debug_get_static_var_by_index(int p_idx) const;
|
||||
|
||||
Variant _new(const Variant **p_args, int p_argcount, Callable::CallError &r_error);
|
||||
virtual bool can_instantiate() const override;
|
||||
|
||||
Reference in New Issue
Block a user