Background for Skyrim SE
Member of the StorageUtil script
intfunctionIntListFind(FormObjKey, stringKeyName, intvalue)NativeGlobal

Description

Documentation Comment

Find a value in list on form or globally and return its
index or -1 if value was not found.

ObjKey: form to find value on. Set none to find global list value.
KeyName: name of list.
value: value to search.


Caveats


Parameters

FormObjKey

stringKeyName

intvalue


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__value

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