mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
5dbaef4e07
* Improve medical statemachine settings * Multi-line condition and update fatal injury description * Check isPlayer in DeathAI transition Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
16 lines
432 B
C++
16 lines
432 B
C++
PREP(conditionCardiacArrestTimer);
|
|
PREP(conditionExecutionDeath);
|
|
PREP(conditionSecondChance);
|
|
PREP(enteredStateCardiacArrest);
|
|
PREP(enteredStateDeath);
|
|
PREP(enteredStateFatalInjury);
|
|
PREP(handleStateCardiacArrest);
|
|
PREP(handleStateDefault);
|
|
PREP(handleStateInjured);
|
|
PREP(handleStateUnconscious);
|
|
PREP(leftStateCardiacArrest);
|
|
PREP(localityChangedEH);
|
|
PREP(localityTransfer);
|
|
PREP(resetStateDefault);
|
|
PREP(transitionSecondChance);
|