Background for Starfield
Member of the ScriptObject script
voidfunctionPauseTimer(intaiTimerID, boolabPause=true)Native

Description

Documentation Comment

Pause or resume the given 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.PauseTimer(myInt__aiTimerID, myBool__abPause)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.