Developer Notes

From VORE Station Wiki
Revision as of 00:05, 7 March 2020 by Aces (talk | contribs) (→‎Subsystems)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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()