Background for Skyrim SE
Member of the JFormDB script
intfunctiongetInt(FormfKey, stringkey)NativeGlobal

Description

Documentation Comment

returns value associated with key


Caveats


Parameters

FormfKey

stringkey


Examples

Auto-Generated Example

Form myForm__fKey
string myString__key

int returnedValue = JFormDB.getInt(myForm__fKey, myString__key)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.