A global CBA event raised when the unconscious state has changed of a unit
Parameters are:
1 Unit
Solution you'd like:
so I can subscribe to the event like so
["eventname", {
params ["_unit", "_state"];
systemChat format ["%1 is now %2", name _unit, ["awake", "unconscious"] select _state];
}] call CBA_fnc_addEventhandler;
Alternatives you've considered:
nah
Additional context:
Needed for mod and mission compat. Requested by Antistasi dev team
Is your enhancement related to a problem?
A global CBA event raised when the unconscious state has changed of a unit Parameters are: 1 Unit
Solution you'd like:
so I can subscribe to the event like so
Alternatives you've considered:
nah
Additional context:
Needed for mod and mission compat. Requested by Antistasi dev team