EVENT_UNIT_ISSUED_ORDER
- comment
A generic order for a unit, without an explicit target.
Examples:
- Hold aka "holdposition", 851993
- Stop current action aka "stop", 851972
- bug
These events leak 1 internal object every time this event is dispatched (on a per order basis, i.e. when there are both generic and specific unit events registered, will only leak 1).
- patch
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- Source code
constant unitevent EVENT_UNIT_ISSUED_ORDER = ConvertUnitEvent(75)