Background for Skyrim SE
Member of the PapyrusUtil script
bool[]functionRemoveBool(bool[]ArrayValues, boolToRemove)Global


Caveats


Parameters

bool[]ArrayValues

boolToRemove


Examples

Auto-Generated Example

bool[] myBoolArray__ArrayValues
bool myBool__ToRemove

bool[] returnedValue = PapyrusUtil.RemoveBool(myBoolArray__ArrayValues, myBool__ToRemove)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.