Background for Skyrim SE
Member of the clibArrays script
float[]functioncArrayCreateFloat(intindices, floatfiller=0.0, booloutputTrace=true)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

intindices

floatfiller=0.0

booloutputTrace=true


Examples

Auto-Generated Example

int myInt__indices
float myFloat__filler
bool myBool__outputTrace

float[] returnedValue = clibArrays.cArrayCreateFloat(myInt__indices, myFloat__filler, myBool__outputTrace)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.