Background for Fallout 4
Member of the Quest script
voidfunctionSetActive(boolabActive=true)Native

Description

Wiki Description

Flags this quest as active or not (tracked by the player).

Documentation Comment

Flags this quest as "active" (tracked by the player)


Caveats


Parameters

boolabActive=true

CK Wiki Description

Whether the quest should be active or not.

  • Default:True

Examples

; Flag the main quest as active
MainQuestProperty.SetActive()
; Turn off the active status of the main quest
MainQuestProperty.SetActive(false)

Auto-Generated Example

bool myBool__abActive

myQuest__toCallFunctionOn.SetActive(myBool__abActive)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

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