Background for Skyrim SE
Member of the clib script
string[]functioncArrayRemoveTrailingString(string[]aArray, stringtrailingValue="")Global

Description

Documentation String

Requirements: None

Documentation Comment

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


Caveats


Parameters

string[]aArray

stringtrailingValue=""


Examples

Auto-Generated Example

string[] myStringArray__aArray
string myString__trailingValue

string[] returnedValue = clib.cArrayRemoveTrailingString(myStringArray__aArray, myString__trailingValue)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.