The search keyword must be a single word (no spaces).
Function TriggerRegisterFilterUnitEvent
- Line
- 2740
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- trigger whichTrigger, unit whichUnit, unitevent whichEvent, boolexpr filter
- Returns
- event
| 2740 | native TriggerRegisterFilterUnitEvent takes trigger whichTrigger, unit whichUnit, unitevent whichEvent, boolexpr filter returns event |
| 2741 | |
| 2742 | // EVENT_UNIT_ACQUIRED_TARGET
|
| 2743 | // EVENT_UNIT_TARGET_IN_RANGE
|
| 2744 | constant native GetEventTargetUnit takes nothing returns unit |
| 2745 |