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

Description

Documentation String

Requirements: None


Caveats


Parameters

float[]aArray

intreturnIndex=-1


Examples

Auto-Generated Example

float[] myFloatArray__aArray
int myInt__returnIndex

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