Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionWriteJsonSaveAndLoadFunctionsToFile(stringSourceFilePath, stringDestinationFilePath="", boolGlobalVariablesToggle=true, boolFloatsToggle=true, boolStringsToggle=true, boolIntsToggle=true, boolBoolsToggle=true, boolGlobalVariableArraysToggle=true, boolFloatArraysToggle=true, boolStringArraysToggle=true, boolIntArraysToggle=true, boolBoolArraysToggle=true, intMessages=0, stringConfirmMessage="one Writing Json Functions", boolUsePropertiesAsDefaults=true)Global

[DEV SERVER] Loading description...


Caveats


Parameters

stringSourceFilePath

stringDestinationFilePath=""

boolGlobalVariablesToggle=true

boolFloatsToggle=true

boolStringsToggle=true

boolIntsToggle=true

boolBoolsToggle=true

boolGlobalVariableArraysToggle=true

boolFloatArraysToggle=true

boolStringArraysToggle=true

boolIntArraysToggle=true

boolBoolArraysToggle=true

intMessages=0

stringConfirmMessage="one Writing Json Functions"

boolUsePropertiesAsDefaults=true


Examples

Auto-Generated Example

string myString__SourceFilePath
string myString__DestinationFilePath
bool myBool__GlobalVariablesToggle
bool myBool__FloatsToggle
bool myBool__StringsToggle
bool myBool__IntsToggle
bool myBool__BoolsToggle
bool myBool__GlobalVariableArraysToggle
bool myBool__FloatArraysToggle
bool myBool__StringArraysToggle
bool myBool__IntArraysToggle
bool myBool__BoolArraysToggle
int myInt__Messages
string myString__ConfirmMessage
bool myBool__UsePropertiesAsDefaults

DbMiscFunctions.WriteJsonSaveAndLoadFunctionsToFile(myString__SourceFilePath, myString__DestinationFilePath, myBool__GlobalVariablesToggle, myBool__FloatsToggle, myBool__StringsToggle, myBool__IntsToggle, myBool__BoolsToggle, myBool__GlobalVariableArraysToggle, myBool__FloatArraysToggle, myBool__StringArraysToggle, myBool__IntArraysToggle, myBool__BoolArraysToggle, myInt__Messages, myString__ConfirmMessage, myBool__UsePropertiesAsDefaults)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.