Background for Skyrim SE
Member of the JAtomic script
intfunctionexchangeObj(intobject, stringpath, intvalue, boolcreateMissingKeys=false, intonErrorReturn=0)NativeGlobal


Caveats


Parameters

intobject

stringpath

intvalue

boolcreateMissingKeys=false

intonErrorReturn=0


Examples

Auto-Generated Example

int myInt__object
string myString__path
int myInt__value
bool myBool__createMissingKeys
int myInt__onErrorReturn

int returnedValue = JAtomic.exchangeObj(myInt__object, myString__path, myInt__value, myBool__createMissingKeys, myInt__onErrorReturn)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.