Skip to content
Camoy edited this page Aug 9, 2012 · 3 revisions

Sypnosis

#include "common/base.h"

Description

This file defines several constants used throughout the Common module.

  • IL_BASE_RANGE: Defines the range used by events in the common module.
  • IL_BASE_STARTUP: Defines the event ID fired when the engine is initialised, after all the internal init() functions have been called.
  • IL_BASE_TICK: Defines the event ID fired every tick.
  • IL_BASE_SHUTDOWN: Defines the event ID fired when the engine is shutdown. Allows modules to make corresponding shutdown calls to any libraries they use.
  • IL_BASE_TICK_LENGTH: Defines the number of microseconds in between each IL_BASE_TICK event.

See Also

  • Common
  • Events
  • Ticks
  • [Engine Startup](Engine Startup)
  • [Engine Shutdown](Engine Shutdown)
Clone this wiki locally