File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -723,6 +723,7 @@ void register_global_constants() {
723
723
BIND_CORE_BITFIELD_FLAG (METHOD_FLAG_VARARG);
724
724
BIND_CORE_BITFIELD_FLAG (METHOD_FLAG_STATIC);
725
725
BIND_CORE_BITFIELD_FLAG (METHOD_FLAG_OBJECT_CORE);
726
+ BIND_CORE_BITFIELD_FLAG (METHOD_FLAG_VIRTUAL_REQUIRED);
726
727
BIND_CORE_BITFIELD_FLAG (METHOD_FLAGS_DEFAULT);
727
728
728
729
BIND_CORE_ENUM_CONSTANT_CUSTOM (" TYPE_NIL" , Variant::NIL);
Original file line number Diff line number Diff line change 3072
3072
<constant name =" METHOD_FLAG_OBJECT_CORE" value =" 64" enum =" MethodFlags" is_bitfield =" true" >
3073
3073
Used internally. Allows to not dump core virtual methods (such as [method Object._notification]) to the JSON API.
3074
3074
</constant >
3075
+ <constant name =" METHOD_FLAG_VIRTUAL_REQUIRED" value =" 128" enum =" MethodFlags" is_bitfield =" true" >
3076
+ Flag for a virtual method that is required.
3077
+ </constant >
3075
3078
<constant name =" METHOD_FLAGS_DEFAULT" value =" 1" enum =" MethodFlags" is_bitfield =" true" >
3076
3079
Default method flags (normal).
3077
3080
</constant >
You can’t perform that action at this time.
0 commit comments