This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:orx:reference:core:main [2012/06/03 12:49 (14 years ago)] – created gemberkoekje | en:orx:reference:core:main [2018/01/19 08:50 (8 years ago)] (current) – No content. Deleting. sausage | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Core ====== | ||
| - | |||
| - | Includes: | ||
| - | * orxClock | ||
| - | * orxCommand | ||
| - | * orxConfig | ||
| - | * orxEvent | ||
| - | * orxLocale | ||
| - | * orxSystem | ||
| - | |||
| - | ==== OrxClock ==== | ||
| - | Clock module. Module that handles clocks which is the low level kernel part of orx execution. | ||
| - | ==== OrxCommand ==== | ||
| - | Config module. Module that handles configuration files | ||
| - | ==== OrxConfig ==== | ||
| - | Command module. Module that can execute custom registered commands. | ||
| - | ==== OrxEvent ==== | ||
| - | Event module. Module that handles internal events | ||
| - | ==== OrxLocale ==== | ||
| - | Localization module. Module that handles localized strings | ||
| - | ==== OrxSystem ==== | ||
| - | Module file. Code that handles modules and their dependencies | ||
| - | |||
| - | ===== Config ===== | ||
| - | * [[en: | ||
| - | |||
| - | ===== Tutorials ===== | ||
| - | |||
| - | -todo- | ||
| - | |||