Class: Instance¶
Warning
This page is currently incomplete. It is missing most of the important functions.
Instances, not to be confused with binary file instances, are the actual virtual machines that perform the “magic” that run dialogue and get definitions.
Instances be created with the following function:
Instances can be unloaded/destroyed with this function:
These are the main instance functions:
These are some more advanced instance functions, that are only sometimes necessary:
You can get variables from instances through these functions:
You can set some variables in instances through these functions:
Attention
It is recommended that you destroy an Instance once it is no longer in use.