- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- Builds a list of conditions present on the form. Index is for spells/other forms that have lists with conditions
- Some conditions may be skipped (conditions that require non player references, overly complex conditions involving packages/aliases)
Caveats
Parameters
FormakForm
intaiIndex=0
Examples
Auto-Generated Example
Form myForm__akForm
int myInt__aiIndex
string[] returnedValue = PO3_SKSEFunctions.GetConditionList(myForm__akForm, myInt__aiIndex)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
