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

Description

Documentation Comment

Check if int/float/string/Form value has been set on form or globally.

ObjKey: form to check on. Set none to check global value.
KeyName: name of value.


Caveats


Parameters

FormObjKey

stringKeyName


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName

bool returnedValue = StorageUtil.HasIntValue(myForm__ObjKey, myString__KeyName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.