From 4710e2b278bfaa60cfcd3158e2d23e8e9a901e1f Mon Sep 17 00:00:00 2001 From: George Marques Date: Wed, 6 Apr 2022 14:14:38 -0300 Subject: GDScript: Add support for static method calls in native types --- modules/gdscript/gdscript_function.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gdscript_function.h') diff --git a/modules/gdscript/gdscript_function.h b/modules/gdscript/gdscript_function.h index 3ee664c76d..a7ad2b65fd 100644 --- a/modules/gdscript/gdscript_function.h +++ b/modules/gdscript/gdscript_function.h @@ -259,6 +259,7 @@ public: OPCODE_CALL_METHOD_BIND, OPCODE_CALL_METHOD_BIND_RET, OPCODE_CALL_BUILTIN_STATIC, + OPCODE_CALL_NATIVE_STATIC, // ptrcall have one instruction per return type. OPCODE_CALL_PTRCALL_NO_RETURN, OPCODE_CALL_PTRCALL_BOOL, -- cgit v1.2.3