|
Colobot
|
CRobotMain - main class of Colobot game engine. More...
#include "common/global.h"#include "common/singleton.h"#include "graphics/engine/particle.h"#include "object/object.h"#include "object/mainmovie.h"#include <stdio.h>
Go to the source code of this file.
Classes | |
| struct | EndTake |
| struct | AudioChange |
| struct | NewScriptName |
| struct | ShowLimit |
| struct | InputBinding |
| Binding for input slot. More... | |
| struct | JoyAxisBinding |
| Binding for joystick axis. More... | |
| class | CRobotMain |
Namespaces | |
| Gfx | |
| Namespace for (new) graphics code. | |
Variables | |
| const int | MAXNEWSCRIPTNAME = 20 |
| const int | MAXSHOWLIMIT = 5 |
| const int | MAXSHOWPARTI = 200 |
| const float | SHOWLIMITTIME = 20.0f |
| const int | SATCOM_HUSTON = 0 |
| const int | SATCOM_SAT = 1 |
| const int | SATCOM_OBJECT = 2 |
| const int | SATCOM_LOADING = 3 |
| const int | SATCOM_PROG = 4 |
| const int | SATCOM_SOLUCE = 5 |
| const int | SATCOM_MAX = 6 |
| const int | AXIS_INVALID = -1 |
| Invalid value for axis binding (no axis assigned) | |
CRobotMain - main class of Colobot game engine.
1.8.5