- 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.
amount: +/- the amount to adjust the current value by
given keys will be initialized to given amount if it does not exist
Caveats
Parameters
Examples
Auto-Generated Example
Form myForm__ObjKey
string myString__KeyName
int myInt__amount
int returnedValue = StorageUtil.AdjustIntValue(myForm__ObjKey, myString__KeyName, myInt__amount)