Bitwise
Inherits: RefCounted
Methods
| Returns | Signature |
|---|---|
| int | flags(flags: int[]) |
| bool | has_flag(value: int, flag: int) |
| int | set_flag(value: int, flag: int) |
| int | set_flag_to(value: int, flag: int, enabled: bool) |
| int | clear_flag(value: int, flag: int) |
| int | toggle_flag(value: int, flag: int) |
Method Descriptions
flags()
Note
There is currently no description for this method. Please help us by contributing one!
has_flag()
bool has_flag(value: int, flag: int)
Note
There is currently no description for this method. Please help us by contributing one!
set_flag()
int set_flag(value: int, flag: int)
Note
There is currently no description for this method. Please help us by contributing one!
set_flag_to()
int set_flag_to(value: int, flag: int, enabled: bool)
Note
There is currently no description for this method. Please help us by contributing one!
clear_flag()
int clear_flag(value: int, flag: int)
Note
There is currently no description for this method. Please help us by contributing one!
toggle_flag()
int toggle_flag(value: int, flag: int)
Note
There is currently no description for this method. Please help us by contributing one!