Background for Skyrim SE
Member of the JIntMap script
voidfunctionsetInt(intobject, intkey, intvalue)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

intobject

intkey

intvalue


Examples

Auto-Generated Example

int myInt__object
int myInt__key
int myInt__value

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