Background for Skyrim SE
Member of the PapyrusUtil script
string[]functionRemoveString(string[]ArrayValues, stringToRemove)NativeGlobal

Description

Documentation Comment

bool[] function RemoveBool(bool[] ArrayValues, bool ToRemove) global native ; // Bugged - Non-native version available below


Caveats


Parameters

string[]ArrayValues

stringToRemove


Examples

Auto-Generated Example

string[] myStringArray__ArrayValues
string myString__ToRemove

string[] returnedValue = PapyrusUtil.RemoveString(myStringArray__ArrayValues, myString__ToRemove)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.