BitFlag¶
Description¶
Reference: https://github.com/godot-extended-libraries/godot-next/blob/master/addons/godot-next/references/bit_flag.gd
Properties¶
| type | name |
|---|---|
| Dictionary | enum_set |
| int | flags |
Methods¶
| return type | signature |
|---|---|
| BitFlag | put ( int flag ) |
| BitFlag | clear ( int flag ) |
| bool | has ( int flag ) |
| BitFlag | toggle ( int flag ) |
| BitFlag | reset ( ) |
| bool | all ( ) |
| bool | none ( ) |
| Dictionary | get_enum ( ) |
| PoolStringArray | get_keys ( ) |
| PoolIntArray | get_values ( ) |
| String | get_class ( ) |
| BitFlag | clone ( ) |
| BitFlag | enable_all ( ) |
| BitFlag | disable_all ( ) |
| int | size ( ) |
Property Descriptions¶
-
Dictionary enum_set
method Getter get_enum() There is currently no description for this property.
-
int flags
There is currently no description for this property.
Method Descriptions¶
-
BitFlag BitFlag ( Dictionary _enum )
There is currently no description for this method.
-
There is currently no description for this method.
-
There is currently no description for this method.
-
There is currently no description for this method.
-
There is currently no description for this method.
-
BitFlag reset ( )
There is currently no description for this method.
-
bool all ( )
There is currently no description for this method.
-
bool none ( )
There is currently no description for this method.
-
Dictionary get_enum ( )
There is currently no description for this method.
-
There is currently no description for this method.
-
PoolIntArray get_values ( )
There is currently no description for this method.
-
String get_class ( )
There is currently no description for this method.
-
BitFlag clone ( )
There is currently no description for this method.
-
BitFlag enable_all ( )
There is currently no description for this method.
-
BitFlag disable_all ( )
There is currently no description for this method.
-
int size ( )
There is currently no description for this method.