Responsible for physics "and more" in game.
More...
Go to the source code of this file.
Namespaces |
namespace | Gfx |
| Namespace for (new) graphics code.
|
Enumerations |
enum | PhysicsType { TYPE_ROLLING = 1,
TYPE_FLYING = 2
} |
enum | PhysicsMode {
MO_ADVACCEL = 0,
MO_RECACCEL = 1,
MO_STOACCEL = 2,
MO_MOTACCEL = 3,
MO_ADVSPEED = 4,
MO_RECSPEED = 5,
MO_MOTSPEED = 6,
MO_CURSPEED = 7,
MO_TERFORCE = 8,
MO_TERSPEED = 9,
MO_TERSLIDE = 10,
MO_REASPEED = 11
} |
Detailed Description
Responsible for physics "and more" in game.