Background for Skyrim SE
Member of the DynamicStringArrays script
string[]functionClear(string[]akArray, stringToClear)

Description

Documentation Comment

Remove all of the ToClear elements from the akArray and return new array.
The length of the new array must be 128 or less, otherwise returns the akArray unedited.


Caveats


Parameters

string[]akArray

stringToClear


Examples

Auto-Generated Example

string[] myStringArray__akArray
string myString__ToClear

string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.Clear(myStringArray__akArray, myString__ToClear)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.