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

Description

Documentation Comment

creates key-value association. replaces existing value if any


Caveats


Parameters

FormfKey

stringkey

intvalue


Examples

Auto-Generated Example

Form myForm__fKey
string myString__key
int myInt__value

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