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

#include <protocol.h>

Data Fields

EoSerialize _eo
Coords coords
int32_t key
int32_t chest_slot
int32_t item_id
int32_t spawn_time
int32_t amount

Detailed Description

Item spawn EMF entity

Definition at line 798 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize MapItem::_eo

Definition at line 799 of file protocol.h.

◆ amount

int32_t MapItem::amount

Definition at line 805 of file protocol.h.

◆ chest_slot

int32_t MapItem::chest_slot

Definition at line 802 of file protocol.h.

◆ coords

Coords MapItem::coords

Definition at line 800 of file protocol.h.

◆ item_id

int32_t MapItem::item_id

Definition at line 803 of file protocol.h.

◆ key

int32_t MapItem::key

Definition at line 801 of file protocol.h.

◆ spawn_time

int32_t MapItem::spawn_time

Definition at line 804 of file protocol.h.


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