Background for Skyrim SE
Member of the StorageUtil script
boolfunctionUnsetIntValue(FormObjKey, stringKeyName)NativeGlobal

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.