4#ifndef TRAM_SDK_COMPONENTS_PLAYERCOMPONENT_H
5#define TRAM_SDK_COMPONENTS_PLAYERCOMPONENT_H
37 Loader* cell_loader =
nullptr;
Definition: controller.h:16
Definition: entitycomponent.h:18
Entity * parent
Definition: entitycomponent.h:40
const vec3 & GetLocation()
Definition: entity.h:61
Smart wrapper class for Event listeners.
Definition: event.h:64
void UpdateLocation(vec3 location)
Definition: loader.cpp:21
void MoveUpdate()
Definition: player.h:30
~PlayerComponent()
Definition: player.cpp:25
void EventHandler(Event &event)
Definition: player.cpp:30
void SetControllerComponent(ControllerComponent *comp)
Definition: player.h:28
void Start()
Definition: player.h:29
PlayerComponent()
Definition: player.cpp:12
void Init()
Definition: player.cpp:16