Background for Skyrim SE
Member of the JFormMap script
intfunctionvalueType(intobject, Formkey)NativeGlobal

Description

Documentation Comment

Returns type of the value associated with the @key.
0 - no value, 1 - none, 2 - int, 3 - float, 4 - form, 5 - object, 6 - string


Caveats


Parameters

intobject

Formkey


Examples

Auto-Generated Example

int myInt__object
Form myForm__key

int returnedValue = JFormMap.valueType(myInt__object, myForm__key)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.