Initialize quest variables
| void BitField_Enable( |
| ) |
Set a quest variable
| var u8 | Quest variable to set |
| void BitField_Disable( |
| ) |
Reset a quest variable
| var u8 | Quest variable to set |
| inline void BitField_Set( |
| ) |
Set or reset a quest variable
| var u8 | Quest variable to set |
| enable bool | TRUE to enable, FALSE to disable |
| void BitField_Toggle( |
| ) |
Toggle a quest variable
| var u8 | Quest variable to set |
| bool BitField_Get( |
| ) |
Get a quest variable
| var u8 | Quest variable to set |
FALSE if variable is not set
Get bit field raw data
Raw data of the bitfield