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

Description

Documentation Comment

Inserts @key: @value pair. Replaces existing pair with the same @key


Caveats


Parameters

intobject

Formkey

intvalue


Examples

Auto-Generated Example

int myInt__object
Form myForm__key
int myInt__value

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