Server Meshing
Loading...
Searching...
No Matches
TransferHandoff Struct Reference

#include <TransferStructs.hpp>

Collaboration diagram for TransferHandoff:

Public Member Functions

bool Serilize (ByteWriter &)
bool Deserilize (ByteReader &)

Public Attributes

uint32_t EntityID = 0
uint32_t Epoch = 0
uint32_t TransferID = 0
uint16_t ServerIdFrom = 0
uint16_t ServerIdTo = 0
Tga::Transform Transform
Tga::Vector2f Velocity = {}

Member Function Documentation

◆ Deserilize()

bool TransferHandoff::Deserilize ( ByteReader & )
inline

◆ Serilize()

bool TransferHandoff::Serilize ( ByteWriter & )
inline

Member Data Documentation

◆ EntityID

uint32_t TransferHandoff::EntityID = 0

◆ Epoch

uint32_t TransferHandoff::Epoch = 0

◆ ServerIdFrom

uint16_t TransferHandoff::ServerIdFrom = 0

◆ ServerIdTo

uint16_t TransferHandoff::ServerIdTo = 0

◆ TransferID

uint32_t TransferHandoff::TransferID = 0

◆ Transform

Tga::Transform TransferHandoff::Transform

◆ Velocity

Tga::Vector2f TransferHandoff::Velocity = {}