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


Caveats


Parameters

intobject

stringpath

Formvalue

boolcreateMissingKeys=false

FormonErrorReturn=NONE


Examples

Auto-Generated Example

int myInt__object
string myString__path
Form myForm__value
bool myBool__createMissingKeys
Form myForm__onErrorReturn

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