mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Bind vararg method flag in core constants
(cherry picked from commit 1f361b0367)
This commit is contained in:
@@ -1545,6 +1545,8 @@
|
||||
<constant name="METHOD_FLAG_FROM_SCRIPT" value="64" enum="MethodFlags">
|
||||
Deprecated method flag, unused.
|
||||
</constant>
|
||||
<constant name="METHOD_FLAG_VARARG" value="128" enum="MethodFlags">
|
||||
</constant>
|
||||
<constant name="METHOD_FLAGS_DEFAULT" value="1" enum="MethodFlags">
|
||||
Default method flags.
|
||||
</constant>
|
||||
|
||||
Reference in New Issue
Block a user