- Found in:
- PapyrusUtil
Description
Documentation Comment
Find if a value in list on form or globally exists, true if it exists,
false if it doesn't.
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
bool returnedValue = StorageUtil.IntListHas(myForm__ObjKey, myString__KeyName, myInt__value)