The search keyword must be a single word (no spaces).
Function TriggerRegisterTimerEvent
- Line
- 2495
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- trigger whichTrigger, real timeout, boolean periodic
- Returns
- event
| 2495 | native TriggerRegisterTimerEvent takes trigger whichTrigger, real timeout, boolean periodic returns event |
| 2496 | |
| 2497 | // Triggers when the timer you tell it about expires
|
| 2498 | native TriggerRegisterTimerExpireEvent takes trigger whichTrigger, timer t returns event |
| 2499 | |
| 2500 | native TriggerRegisterGameStateEvent takes trigger whichTrigger, gamestate whichState, limitop opcode, real limitval returns event |
Information about TriggerRegisterTimerEvent
You must be logged in with a standard account to contribute.