ScorpionServer

Stores instructions on how to build controllers, components and entities. This object is only used internally by scorpion for initialization and bootstrapping of the server.

Members

Functions

registerModule
void registerModule()

Scans a module for controllers, components and entities and adds the instructions for initialization in the register.

run
void run(string[] args)

Starts the server by reading the configuration files and runs it. This function starts the event loop snd rever returns.

Meta