Initialization
How to initialize ESave.
Remember to use the Esper.ESave
namespace when scripting.
Initialize
Initialization is required for ESave to work properly. The Initialize
method does a lot of things—the most important one being establishing the database connection.
This method returns a Save Operation (result type: bool
).
Terminate
The Terminate method disconnects from the database. It's recommended to use this method when the application or play mode is exited.
This method returns a Save Operation (result type: bool
).
Saving
Loading
Last updated