Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetConditionList(FormakForm, intaiIndex, string[]asConditionList)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Append the condition list to this form. This is not serialized.
  • Index is for spell/magic item effects

Caveats


Parameters

FormakForm

intaiIndex

string[]asConditionList


Examples

Auto-Generated Example

Form myForm__akForm
int myInt__aiIndex
string[] myStringArray__asConditionList

PO3_SKSEFunctions.SetConditionList(myForm__akForm, myInt__aiIndex, myStringArray__asConditionList)

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.