Background for Skyrim SE
Member of the clib script
intfunctioncArrayReturnInt(int[]aArray, intreturnIndex=-1)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

int[]aArray

intreturnIndex=-1


Examples

Auto-Generated Example

int[] myIntArray__aArray
int myInt__returnIndex

int returnedValue = clib.cArrayReturnInt(myIntArray__aArray, myInt__returnIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.