Background for Skyrim SE
Member of the _Q2C_Functions script
FormfunctionGetNthFormOfType(ObjectReferenceakObjRef, intaiType, intaiItemIndex)NativeGlobal


Caveats


Parameters

ObjectReferenceakObjRef

intaiType

intaiItemIndex


Examples

Auto-Generated Example

ObjectReference myObjectReference__akObjRef
int myInt__aiType
int myInt__aiItemIndex

Form returnedValue = _Q2C_Functions.GetNthFormOfType(myObjectReference__akObjRef, myInt__aiType, myInt__aiItemIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.