Initialization
How to initialize Skill Web.
Initialize
The Initialize method establishes a database connection with Skill Web. This may be necessary for getting skills and webs at runtime.
Terminate
Use Terminate to end the database connection. It's recommended to call this when Skill Web is no longer need (i.e. user exits the game or returns to the main menu).
Last updated