mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
b8c45c0a57
* Medical Statemachine - Fix locality EH breaking current state * Handle Injured state * Update fnc_localityChangedEH.sqf
15 lines
408 B
C++
15 lines
408 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(resetStateDefault);
|
|
PREP(transitionSecondChance);
|