|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <event.hpp>
Public Member Functions | |
| StopActionEvent () | |
| StopActionEvent (EntityID entity_to_act, glm::vec3 movement, ActionType action) | |
| DEF_SERIALIZE (Archive &ar, const unsigned int version) | |
Data Fields | |
| EntityID | entity_to_act |
| glm::vec3 | movement |
| ActionType | action |
Event for action to stop for generic key pressed
|
inline |
|
inline |
|
inline |
| ActionType StopActionEvent::action |
| EntityID StopActionEvent::entity_to_act |
| glm::vec3 StopActionEvent::movement |