Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
MoveAbsoluteEvent Struct Reference

#include <event.hpp>

Public Member Functions

 MoveAbsoluteEvent ()
 
 MoveAbsoluteEvent (EntityID entity_to_move)
 
 DEF_SERIALIZE (Archive &ar, const unsigned int version)
 some velocity / movement information... More...
 

Data Fields

EntityID entity_to_move
 

Detailed Description

Event for an entity moving to some new absolute location

Constructor & Destructor Documentation

◆ MoveAbsoluteEvent() [1/2]

MoveAbsoluteEvent::MoveAbsoluteEvent ( )
inline

◆ MoveAbsoluteEvent() [2/2]

MoveAbsoluteEvent::MoveAbsoluteEvent ( EntityID  entity_to_move)
inlineexplicit

Member Function Documentation

◆ DEF_SERIALIZE()

MoveAbsoluteEvent::DEF_SERIALIZE ( Archive &  ar,
const unsigned int  version 
)
inline

some velocity / movement information...

Field Documentation

◆ entity_to_move

EntityID MoveAbsoluteEvent::entity_to_move

The documentation for this struct was generated from the following file: