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

#include <packet.hpp>

Public Member Functions

 DEF_SERIALIZE (Archive &ar, const unsigned int version)
 

Data Fields

EntityID eid
 ID that the server is assigning to the client. More...
 
bool is_dungeon_master
 

Detailed Description

Packet sent by the server to a client after the TCP handshake, telling the client what their player's entity ID is.

Member Function Documentation

◆ DEF_SERIALIZE()

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

Field Documentation

◆ eid

EntityID ServerAssignEIDPacket::eid

ID that the server is assigning to the client.

◆ is_dungeon_master

bool ServerAssignEIDPacket::is_dungeon_master

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