Background for Skyrim SE
Member of the JDB script
voidfunctionsetObj(stringkey, intobject)NativeGlobal

Description

Documentation Comment

Associates(and replaces previous association) container object with a string key.
destroys association if object is zero
for ex. JDB.setObj("frostfall", frostFallInformation) will associate 'frostall' key and frostFallInformation so you can access it later


Caveats


Parameters

stringkey

intobject


Examples

Auto-Generated Example

string myString__key
int myInt__object

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