Background for Skyrim SE
Member of the clib script
Form[]functioncArrayRemoveTrailingForm(Form[]aArray, FormtrailingValue=NONE)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

Form[]aArray

FormtrailingValue=NONE


Examples

Auto-Generated Example

Form[] myFormArray__aArray
Form myForm__trailingValue

Form[] returnedValue = clib.cArrayRemoveTrailingForm(myFormArray__aArray, myForm__trailingValue)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.