Developer Notes

From VORE Station Wiki
Jump to navigation Jump to search

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()