Tramway SDK
|
#include <entities.h>
Public Member Functions | |
DebugText (const SharedEntityData &, const ValueArray &) | |
void | UpdateParameters () |
void | SetParameters () |
void | Load () |
void | Unload () |
void | Serialize () |
void | MessageHandler (Message &msg) |
Public Member Functions inherited from tram::Entity | |
Entity () | |
Entity (name_t name) | |
Entity (const SharedEntityData &) | |
virtual | ~Entity () |
name_t | GetName () const |
id_t | GetID () const |
WorldCell * | GetCell () |
bool | IsLoaded () const |
bool | IsAutoLoad () const |
bool | IsInInterior () const |
bool | IsPersistent () const |
bool | IsChanged () const |
virtual void | Update () |
void | SetAutoLoad (bool auto_load) |
void | SetPersistent (bool persistent) |
void | SetLocation (vec3 loc) |
void | SetRotation (quat rot) |
void | UpdateTransform (const vec3 &loc, const quat &rot) |
const vec3 & | GetLocation () |
const quat & | GetRotation () |
virtual void | EventHandler (Event &event) |
virtual name_t | GetType ()=0 |
void | CheckTransition () |
SignalTable * | GetSignalTable () |
Static Public Member Functions | |
static void | Register () |
Static Public Member Functions inherited from tram::Entity | |
static void | RegisterType (name_t name, Entity *(*constr_func)(const SharedEntityData &, const ValueArray &), void(*destr_func)(Entity *), const uint32_t *fields, size_t fieldcount) |
static void | RegisterType (name_t name, Entity *(*constr_func)(const SharedEntityData &, const ValueArray &), void(*destr_func)(Entity *), std::initializer_list< FieldInfo > fields) |
static void | UpdateFromList () |
Updates all of the entities in the update list. More... | |
static Entity * | Make (name_t type, File *file) |
Loads an Entity from a File. More... | |
static Entity * | Find (id_t entity_id) |
static Entity * | Find (name_t entity_name) |
Protected Attributes | |
Component< RenderComponent > | rendercomponent |
Component< PhysicsComponent > | physicscomponent |
name_t | model |
name_t | collmodel |
Protected Attributes inherited from tram::Entity | |
id_t | id = 0 |
name_t | name |
uint32_t | flags = 0 |
bool | is_persistent = true |
bool | is_loaded = false |
bool | auto_load = true |
bool | in_interior = false |
bool | changed = false |
bool | is_serializable = true |
WorldCell * | cell = nullptr |
SignalTable * | signals = nullptr |
quat | rotation = {1.0f, 0.0f, 0.0f, 0.0f} |
vec3 | location = {0.0f, 0.0f, 0.0f} |
Additional Inherited Members | |
Public Types inherited from tram::Entity | |
enum | : uint32_t { FIELD_SERIALIZE = 1 } |
Protected Member Functions inherited from tram::Entity | |
void | Register () |
void | FireSignal (signal_t type) |
void | FireSignal (signal_t type, Value value) |
void | AddUpdate () |
Adds entity to update list. More... | |
void | RemoveUpdate () |
Remove entity from the update list. More... | |
tram::Ext::Design::DebugText::DebugText | ( | const SharedEntityData & | , |
const ValueArray & | |||
) |
|
virtual |
Implements tram::Entity.
|
virtual |
Implements tram::Entity.
|
static |
|
virtual |
Implements tram::Entity.
|
virtual |
Implements tram::Entity.
|
virtual |
Implements tram::Entity.
|
virtual |
Implements tram::Entity.
|
protected |
|
protected |
|
protected |
|
protected |