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


Parameters

  1. bool[]ArrayValues

  2. 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.