Scripts.dump

Function/Meaning
Context Dump
Type
Method of the Scripts class
Syntax
dump()
Arguments
None
Return Value
None (void)
Description
Outputs details of the contents of each context within the script blocks currently loaded into TJS2 to a local file. This primarily outputs the disassembly results of the VM code.
The output file is created in the same folder as the Kirikiri executable, and the filename will be the Kirikiri executable name with .dump.txt appended.