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

#include <TransferStructs.hpp>

Collaboration diagram for TransferRequest:

Public Member Functions

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

Public Attributes

uint32_t EntityID = 0
Tga::Vector3f Position
uint32_t CurrentEpoch = 0
uint16_t ServerIdFrom = 0
TransferBorder Border = TransferBorder::None
TransferRequestType RequestType = TransferRequestType::Prepare

Member Function Documentation

◆ Deserilize()

bool TransferRequest::Deserilize ( ByteReader & aR)
inline
Here is the call graph for this function:

◆ Serilize()

bool TransferRequest::Serilize ( ByteWriter & aW)
inline
Here is the call graph for this function:

Member Data Documentation

◆ Border

TransferBorder TransferRequest::Border = TransferBorder::None

◆ CurrentEpoch

uint32_t TransferRequest::CurrentEpoch = 0

◆ EntityID

uint32_t TransferRequest::EntityID = 0

◆ Position

Tga::Vector3f TransferRequest::Position

◆ RequestType

TransferRequestType TransferRequest::RequestType = TransferRequestType::Prepare

◆ ServerIdFrom

uint16_t TransferRequest::ServerIdFrom = 0