Tramway SDK
|
#include <entities/player.h>
#include <framework/message.h>
#include <components/controller.h>
#include <components/player.h>
#include <components/physics.h>
#include <components/trigger.h>
Namespaces | |
namespace | tram |
Serialization, i.e. | |
Variables | |
const float | tram::collision_width = 0.35f |
const float | tram::collision_height = 1.85f |
const float | tram::collision_height_crouch = 0.5f |
const uint32_t | tram::collision_group = Physics::COLL_PLAYER |