eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
PartyRequestServerPacket Struct Reference

#include <protocol.h>

Data Fields

EoPacket _eo
PartyRequestType request_type
int32_t inviter_player_id
char * player_name

Detailed Description

Received party invite / join request

Definition at line 6368 of file protocol.h.

Field Documentation

◆ _eo

EoPacket PartyRequestServerPacket::_eo

Definition at line 6369 of file protocol.h.

◆ inviter_player_id

int32_t PartyRequestServerPacket::inviter_player_id

Definition at line 6371 of file protocol.h.

◆ player_name

char* PartyRequestServerPacket::player_name

Definition at line 6372 of file protocol.h.

◆ request_type

PartyRequestType PartyRequestServerPacket::request_type

Definition at line 6370 of file protocol.h.


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