Background for Skyrim SE
Member of the clib script
int[]functioncArrayRemoveTrailingInt(int[]aArray, inttrailingValue=0)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

int[]aArray

inttrailingValue=0


Examples

Auto-Generated Example

int[] myIntArray__aArray
int myInt__trailingValue

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