Background for Skyrim SE
Member of the DbBigActorArray script
Actor[]functionGetNthSubArray(intindex, intakSize=0)

Description

Documentation Comment

get Nth array in this object (0 to 100)
if akSize > 0, set's the size of subArray to akSize before returning


Caveats


Parameters

intindex

intakSize=0


Examples

Auto-Generated Example

int myInt__index
int myInt__akSize

Actor[] returnedValue = myDbBigActorArray__toCallFunctionOn.GetNthSubArray(myInt__index, myInt__akSize)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.