Background for Skyrim SE
Member of the JAtomic script
floatfunctioncompareExchangeFlt(intobject, stringpath, floatdesired, floatexpected, boolcreateMissingKeys=false, floatonErrorReturn=0.0)NativeGlobal


Caveats


Parameters

intobject

stringpath

floatdesired

floatexpected

boolcreateMissingKeys=false

floatonErrorReturn=0.0


Examples

Auto-Generated Example

int myInt__object
string myString__path
float myFloat__desired
float myFloat__expected
bool myBool__createMissingKeys
float myFloat__onErrorReturn

float returnedValue = JAtomic.compareExchangeFlt(myInt__object, myString__path, myFloat__desired, myFloat__expected, myBool__createMissingKeys, myFloat__onErrorReturn)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.