Background for Skyrim SE
Member of the PapyrusUtil script
int[]functionRemoveInt(int[]ArrayValues, intToRemove)NativeGlobal


Caveats


Parameters

int[]ArrayValues

intToRemove


Examples

Auto-Generated Example

int[] myIntArray__ArrayValues
int myInt__ToRemove

int[] returnedValue = PapyrusUtil.RemoveInt(myIntArray__ArrayValues, myInt__ToRemove)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.