Background for Skyrim SE
Member of the JArray script
intfunctioneraseInteger(intobject, intvalue)NativeGlobal

Description

Documentation Comment

Erase all elements of given value. Returns the number of erased elements.


Caveats


Parameters

intobject

intvalue


Examples

Auto-Generated Example

int myInt__object
int myInt__value

int returnedValue = JArray.eraseInteger(myInt__object, myInt__value)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.