- Found in:
- PO3's PE
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
