Background for Skyrim SE
Member of the StorageUtil script
intfunctionFileIntListRemove(stringKeyName, intvalue, boolallInstances=false)Global


Parameters

  1. stringKeyName

  2. intvalue

  3. boolallInstances=false


Examples

Auto-Generated Example

string myString__KeyName
int myInt__value
bool myBool__allInstances

int returnedValue = StorageUtil.FileIntListRemove(myString__KeyName, myInt__value, myBool__allInstances)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.