|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| Coords | coords |
Nearby door opening
Definition at line 6234 of file protocol.h.
| EoPacket DoorOpenServerPacket::_eo |
Definition at line 6235 of file protocol.h.
| Coords DoorOpenServerPacket::coords |
The official server erroneously encodes the Y coordinate as a short. The official client reads each coordinate as a char.
Definition at line 6240 of file protocol.h.