- Found in:
- Vanilla
Description
Documentation Comment
Pause or resume the given game-time timer with aiTimerID
It will attempt to pause if abPause is true or resume if false
If the timer is already in the requested state nothing happens.
Caveats
Parameters
intaiTimerID
boolabPause=true
Examples
Auto-Generated Example
int myInt__aiTimerID
bool myBool__abPause
myScriptObject__toCallFunctionOn.PauseTimerGameTime(myInt__aiTimerID, myBool__abPause)