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

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t item_id
int32_t item_index
int32_t item_amount
Coords coords

Detailed Description

Item appeared on the ground

Definition at line 5824 of file protocol.h.

Field Documentation

◆ _eo

EoPacket ItemAddServerPacket::_eo

Definition at line 5825 of file protocol.h.

◆ coords

Coords ItemAddServerPacket::coords

Definition at line 5829 of file protocol.h.

◆ item_amount

int32_t ItemAddServerPacket::item_amount

Definition at line 5828 of file protocol.h.

◆ item_id

int32_t ItemAddServerPacket::item_id

Definition at line 5826 of file protocol.h.

◆ item_index

int32_t ItemAddServerPacket::item_index

Definition at line 5827 of file protocol.h.


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