Background for Skyrim SE
Member of the JAtomic script
FormfunctioncompareExchangeForm(intobject, stringpath, Formdesired, Formexpected, boolcreateMissingKeys=false, FormonErrorReturn=NONE)NativeGlobal


Caveats


Parameters

intobject

stringpath

Formdesired

Formexpected

boolcreateMissingKeys=false

FormonErrorReturn=NONE


Examples

Auto-Generated Example

int myInt__object
string myString__path
Form myForm__desired
Form myForm__expected
bool myBool__createMissingKeys
Form myForm__onErrorReturn

Form returnedValue = JAtomic.compareExchangeForm(myInt__object, myString__path, myForm__desired, myForm__expected, myBool__createMissingKeys, myForm__onErrorReturn)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.