Background for Skyrim SE
Member of the JValue script
voidfunctionwriteToFile(intobject, stringfilePath)NativeGlobal

Description

Documentation Comment

Writes the object into JSON file


Caveats


Parameters

intobject

stringfilePath


Examples

Auto-Generated Example

int myInt__object
string myString__filePath

JValue.writeToFile(myInt__object, myString__filePath)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.