Background for Skyrim SE
Member of the PO3_SKSEFunctions script
string[]functionGetConditionList(FormakForm, intaiIndex=0)NativeGlobal

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

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