Developer Notes: Difference between revisions

From VORE Station Wiki
Jump to navigation Jump to search
(Added notes on subsystems)
(No difference)

Revision as of 15:57, 5 February 2018

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