Go to the source code of this file.
◆ REGISTER_STATUSEFFECT
| #define REGISTER_STATUSEFFECT |
( |
| id, |
|
|
| inst ) |
◆ anonymous enum
| Enumerator |
|---|
| STATUSEFFECT_REMOVE_NORMAL | Effect is being removed by a function, calls regular removal mechanics.
|
| STATUSEFFECT_REMOVE_TIMEOUT | |
| STATUSEFFECT_REMOVE_CLEAR | Effect is being forcibly removed without calling any additional mechanics.
|
Definition at line 26 of file all.qh.
27{
31};
@ STATUSEFFECT_REMOVE_CLEAR
Effect is being forcibly removed without calling any additional mechanics.
@ STATUSEFFECT_REMOVE_NORMAL
Effect is being removed by a function, calls regular removal mechanics.
@ STATUSEFFECT_REMOVE_TIMEOUT
◆ anonymous enum
| Enumerator |
|---|
| STATUSEFFECT_FLAG_ACTIVE | |
| STATUSEFFECT_FLAG_PERSISTENT | Effect is currently being granted passively.
|
Definition at line 20 of file all.qh.
21{
24};
#define BIT(n)
Only ever assign into the first 24 bits in QC (so max is BIT(23)).
@ STATUSEFFECT_FLAG_PERSISTENT
Effect is currently being granted passively.
@ STATUSEFFECT_FLAG_ACTIVE
◆ STATIC_INIT()
| STATIC_INIT |
( |
StatusEffects | | ) |
|