Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "timer" as a "type"
Type timer
Ancestor type: |
agent |
Children type(s): |
None |
Location: |
line 19 in file common.j |
Preview: |
|
"You have ten seconds to comply!"
Hmmm... there's no info about this keyword... be the first one in contribute with the keyword timer.
You must be logged into the site in order to give us a hand in keeping updated the information. If you don't have an account, you can create one here.
Functions that takes type timer
common.j |
DestroyTimer: | native DestroyTimer takes timer whichTimer returns nothing |
TimerStart: | native TimerStart takes timer whichTimer, real timeout, boolean periodic, code handlerFunc returns nothing |
TimerGetElapsed: | native TimerGetElapsed takes timer whichTimer returns real |
TimerGetRemaining: | native TimerGetRemaining takes timer whichTimer returns real |
TimerGetTimeout: | native TimerGetTimeout takes timer whichTimer returns real |
PauseTimer: | native PauseTimer takes timer whichTimer returns nothing |
ResumeTimer: | native ResumeTimer takes timer whichTimer returns nothing |
TriggerRegisterTimerExpireEvent: | native TriggerRegisterTimerExpireEvent takes trigger whichTrigger, timer t returns event |
SaveTimerHandle: | native SaveTimerHandle takes hashtable table, integer parentKey, integer childKey, timer whichTimer returns boolean |
CreateTimerDialog: | native CreateTimerDialog takes timer t returns timerdialog |
blizzard.j |
TriggerRegisterTimerExpireEventBJ: | function TriggerRegisterTimerExpireEventBJ takes trigger trig, timer t returns event |
StartTimerBJ: | function StartTimerBJ takes timer t, boolean periodic, real timeout returns timer |
DestroyTimerBJ: | function DestroyTimerBJ takes timer whichTimer returns nothing |
PauseTimerBJ: | function PauseTimerBJ takes boolean pause, timer whichTimer returns nothing |
CreateTimerDialogBJ: | function CreateTimerDialogBJ takes timer t, string title returns timerdialog |
SaveTimerHandleBJ: | function SaveTimerHandleBJ takes timer whichTimer, integer key, integer missionKey, hashtable table returns boolean |
Functions that returns type timer
common.j |
CreateTimer: | native CreateTimer takes nothing returns timer |
GetExpiredTimer: | native GetExpiredTimer takes nothing returns timer |
LoadTimerHandle: | native LoadTimerHandle takes hashtable table, integer parentKey, integer childKey returns timer |
blizzard.j |
CreateTimerBJ: | function CreateTimerBJ takes boolean periodic, real timeout returns timer |
GetLastCreatedTimerBJ: | function GetLastCreatedTimerBJ takes nothing returns timer |
LoadTimerHandleBJ: | function LoadTimerHandleBJ takes integer key, integer missionKey, hashtable table returns timer |
Global variables of type timer
Page loaded in 0.0425 seconds.
|