Background for Skyrim SE
Member of the PO3_SKSEFunctions script
Quest[]functionGetActiveAssociatedQuests(ObjectReferenceakRef, boolabAllowEmptyStages=true)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Gets all active quests associated with this reference

Caveats


Parameters

ObjectReferenceakRef

boolabAllowEmptyStages=true


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
bool myBool__abAllowEmptyStages

Quest[] returnedValue = PO3_SKSEFunctions.GetActiveAssociatedQuests(myObjectReference__akRef, myBool__abAllowEmptyStages)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.