Background for Starfield
Member of the Quest script
voidfunctionPauseQuestTimer(boolabPause=true)Native

Description

Documentation Comment

Pauses the quest timer if abPause is true, resumes it if false. If the timer was already in the requested state nothing happens.


Caveats


Parameters

boolabPause=true


Examples

Auto-Generated Example

bool myBool__abPause

myQuest__toCallFunctionOn.PauseQuestTimer(myBool__abPause)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.