mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7fcd12c792
* Reset default state on respawn * Remove old getUnitState function * Add locality check
12 lines
322 B
C++
12 lines
322 B
C++
PREP(conditionCardiacArrestTimer);
|
|
PREP(conditionExecutionDeath);
|
|
PREP(enteredStateCardiacArrest);
|
|
PREP(enteredStateDeath);
|
|
PREP(enteredStateFatalInjury);
|
|
PREP(handleStateDefault);
|
|
PREP(handleStateInjured);
|
|
PREP(handleStateUnconscious);
|
|
PREP(leftStateCardiacArrest);
|
|
PREP(resetStateDefault);
|
|
PREP(transitionSecondChance);
|