Background for Skyrim SE
Member of the PO3_SKSEFunctions script
boolfunctionEvaluateConditionList(FormakForm, ObjectReferenceakActionRef, ObjectReferenceakTargetRef)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Evaluates condition lists for spells/potions/enchantments/mgefs and returns if they can be fullfilled

Caveats


Parameters

FormakForm

ObjectReferenceakActionRef

ObjectReferenceakTargetRef


Examples

Auto-Generated Example

Form myForm__akForm
ObjectReference myObjectReference__akActionRef
ObjectReference myObjectReference__akTargetRef

bool returnedValue = PO3_SKSEFunctions.EvaluateConditionList(myForm__akForm, myObjectReference__akActionRef, myObjectReference__akTargetRef)

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.