diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-04-06 20:57:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 20:57:34 +0200 |
commit | 4d0fdf2e98be631e90b8320d10d842a042e31c8a (patch) | |
tree | 8221e3e892cb5eacda6d4b3ab6623bb4825b78c4 /modules/gdscript/gdscript_function.h | |
parent | ac591d9904e4e5cf7841b3e79caabf558d37db0e (diff) | |
parent | 4710e2b278bfaa60cfcd3158e2d23e8e9a901e1f (diff) |
Merge pull request #59947 from vnen/gdscript-static-methods-classdb
Diffstat (limited to 'modules/gdscript/gdscript_function.h')
-rw-r--r-- | modules/gdscript/gdscript_function.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |