- Found in:
- PapyrusUtil
Description
Documentation Comment
Remove a previously set int/float/string/Form value on an form or globally and
return if successful. This will return false if value didn't exist.
ObjKey: form to remove from. Set none to remove global value.
KeyName: name of value.
Caveats
Parameters
FormObjKey
stringKeyName
Examples
Auto-Generated Example
Form myForm__ObjKey
string myString__KeyName
bool returnedValue = StorageUtil.UnsetIntValue(myForm__ObjKey, myString__KeyName)