- Found in:
- PapyrusUtil
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
Examples
Auto-Generated Example
Form myForm__ObjKey
string myString__KeyName
int myInt__value
int returnedValue = StorageUtil.IntListFind(myForm__ObjKey, myString__KeyName, myInt__value)