- Found in:
- Vanilla
Description
Wiki Description
Checks to see if this quest is in the process of starting up.
Documentation Comment
Checks to see if the quest is enabled but not running yet
Caveats
Examples
; Is the main quest currently starting up?
if (MainQuestProperty.IsStarting())
Debug.Trace("The main quest is still starting")
endIfAuto-Generated Example
bool returnedValue = myQuest__toCallFunctionOn.IsStarting()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
