Background for Skyrim SE
Member of the JMap script
voidfunctionsetInt(intobject, stringkey, intvalue)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

intobject

stringkey

intvalue


Examples

Auto-Generated Example

int myInt__object
string myString__key
int myInt__value

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