Background for Skyrim SE
Member of the clib script
bool[]functioncArrayRemoveTrailingBool(bool[]aArray, booltrailingValue=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

bool[]aArray

booltrailingValue=false


Examples

Auto-Generated Example

bool[] myBoolArray__aArray
bool myBool__trailingValue

bool[] returnedValue = clib.cArrayRemoveTrailingBool(myBoolArray__aArray, myBool__trailingValue)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.