Background for Skyrim SE
Member of the clib script
float[]functioncArrayRemoveTrailingFloat(float[]aArray, floattrailingValue=0.0)Global

Description

Documentation String

Requirements: None

Documentation Comment

this assumes that the last indices are not supposed to be trailingValue


Caveats


Parameters

float[]aArray

floattrailingValue=0.0


Examples

Auto-Generated Example

float[] myFloatArray__aArray
float myFloat__trailingValue

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