- Found in:
- JContainers
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)