Developer Notes

From VORE Station Wiki
Revision as of 15:57, 5 February 2018 by Leshana (talk | contribs) (Added notes on subsystems)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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