You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
GDScript: Add support for static method calls in native types
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
_FORCE_INLINE_ const StringName &get_name() const { return name; }
|
||||
Variant _new();
|
||||
Object *instantiate();
|
||||
virtual Variant callp(const StringName &p_method, const Variant **p_args, int p_argcount, Callable::CallError &r_error) override;
|
||||
GDScriptNativeClass(const StringName &p_name);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user