Background for Skyrim SE
Member of the clib script
Alias[]functioncArrayRemoveTrailingAlias(Alias[]aArray, AliastrailingValue=NONE)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

Alias[]aArray

AliastrailingValue=NONE


Examples

Auto-Generated Example

Alias[] myAliasArray__aArray
Alias myAlias__trailingValue

Alias[] returnedValue = clib.cArrayRemoveTrailingAlias(myAliasArray__aArray, myAlias__trailingValue)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.