The search keyword must be a single word (no spaces).
Function TriggerRegisterEnterRegion
- Line
- 2514
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- trigger whichTrigger, region whichRegion, boolexpr filter
- Returns
- event
| 2514 | native TriggerRegisterEnterRegion takes trigger whichTrigger, region whichRegion, boolexpr filter returns event |
| 2515 | |
| 2516 | // EVENT_GAME_ENTER_REGION
|
| 2517 | constant native GetTriggeringRegion takes nothing returns region |
| 2518 | constant native GetEnteringUnit takes nothing returns unit |
| 2519 |