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