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

#include <protocol.h>

Data Fields

EoPacket _eo
char * name
int32_t usage
int32_t gold_bank
size_t inventory_length
Iteminventory
size_t bank_length
ThreeItembank

Detailed Description

Admin character inventory popup

Definition at line 4844 of file protocol.h.

Field Documentation

◆ _eo

EoPacket AdminInteractListServerPacket::_eo

Definition at line 4845 of file protocol.h.

◆ bank

ThreeItem* AdminInteractListServerPacket::bank

Definition at line 4852 of file protocol.h.

◆ bank_length

size_t AdminInteractListServerPacket::bank_length

Definition at line 4851 of file protocol.h.

◆ gold_bank

int32_t AdminInteractListServerPacket::gold_bank

Definition at line 4848 of file protocol.h.

◆ inventory

Item* AdminInteractListServerPacket::inventory

Definition at line 4850 of file protocol.h.

◆ inventory_length

size_t AdminInteractListServerPacket::inventory_length

Definition at line 4849 of file protocol.h.

◆ name

char* AdminInteractListServerPacket::name

Definition at line 4846 of file protocol.h.

◆ usage

int32_t AdminInteractListServerPacket::usage

Definition at line 4847 of file protocol.h.


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