- Found in:
- PapyrusUtil
Description
Documentation Comment
Get previously saved int/float/string/Form value on form or globally.
ObjKey: form to get from. Set none to get global value.
KeyName: name of value.
[optional] missing: if value has not been set, return this value instead.
Caveats
Parameters
Examples
Auto-Generated Example
Form myForm__ObjKey
string myString__KeyName
int myInt__missing
int returnedValue = StorageUtil.GetIntValue(myForm__ObjKey, myString__KeyName, myInt__missing)