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


Parameters

  1. ObjectReferenceakObjRef

  2. intaiType

  3. 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.