Background for Skyrim SE
Member of the StorageUtil script
boolfunctionIntListRemoveAt(FormObjKey, stringKeyName, intindex)NativeGlobal

Description

Documentation Comment

Remove a value from list by index on form or globally and
return if we were successful in doing so.

ObjKey: form to remove from. Set none to remove global value.
KeyName: name of list.
index: index of value in the list.


Caveats


Parameters

FormObjKey

stringKeyName

intindex


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__index

bool returnedValue = StorageUtil.IntListRemoveAt(myForm__ObjKey, myString__KeyName, myInt__index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.