mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8 lines
188 B
C++
8 lines
188 B
C++
|
class GVAR(stateMachine) {
|
||
|
list = QUOTE(allUnits select {[_x] call FUNC(isBleeding)});
|
||
|
skipNull = 1;
|
||
|
class Bleeding {
|
||
|
onState = QUOTE(call FUNC(onBleeding));
|
||
|
};
|
||
|
};
|