mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9209fedcf7
* fix #8772 * add WARNING for dead/null units * fix macro * improve warnings * handle scripted death without warnings Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
16 lines
439 B
C++
16 lines
439 B
C++
PREP(conditionCardiacArrestTimer);
|
|
PREP(conditionExecutionDeath);
|
|
PREP(conditionSecondChance);
|
|
PREP(enteredStateCardiacArrest);
|
|
PREP(enteredStateDeath);
|
|
PREP(enteredStateFatalInjury);
|
|
PREP(enteredStateUnconscious);
|
|
PREP(handleStateCardiacArrest);
|
|
PREP(handleStateDefault);
|
|
PREP(handleStateInjured);
|
|
PREP(handleStateUnconscious);
|
|
PREP(leftStateCardiacArrest);
|
|
PREP(localityChangedEH);
|
|
PREP(resetStateDefault);
|
|
PREP(transitionSecondChance);
|