Developer Notes

From VORE Station Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This section or article is slated for removal.
Reason: N/A

Please contact an administrator if this page should not be removed. If this tag remains for more than one month, the page may be deleted.


Subsystems

Startup/Initialization

Normally at gamestart you get new'd by Master, and your New() executes:

SSme = src

PreInit()

If another instance ever gets new'd you get:

Recover()

qdel(SSme)

SSme = src

PreInit()