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

#include <protocol.h>

Data Fields

EoSerialize _eo
char * name
int32_t graphic_id
int32_t race
bool boss
bool child
NpcType type
int32_t behavior_id
int32_t hp
int32_t tp
int32_t min_damage
int32_t max_damage
int32_t accuracy
int32_t evade
int32_t armor
int32_t return_damage
Element element
int32_t element_damage
Element element_weakness
int32_t element_weakness_damage
int32_t level
int32_t experience

Detailed Description

Record of NPC data in an Endless NPC File

Definition at line 1159 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize EnfRecord::_eo

Definition at line 1160 of file protocol.h.

◆ accuracy

int32_t EnfRecord::accuracy

Definition at line 1172 of file protocol.h.

◆ armor

int32_t EnfRecord::armor

Definition at line 1174 of file protocol.h.

◆ behavior_id

int32_t EnfRecord::behavior_id

Definition at line 1167 of file protocol.h.

◆ boss

bool EnfRecord::boss

Definition at line 1164 of file protocol.h.

◆ child

bool EnfRecord::child

Definition at line 1165 of file protocol.h.

◆ element

Element EnfRecord::element

Definition at line 1176 of file protocol.h.

◆ element_damage

int32_t EnfRecord::element_damage

Definition at line 1177 of file protocol.h.

◆ element_weakness

Element EnfRecord::element_weakness

Definition at line 1178 of file protocol.h.

◆ element_weakness_damage

int32_t EnfRecord::element_weakness_damage

Definition at line 1179 of file protocol.h.

◆ evade

int32_t EnfRecord::evade

Definition at line 1173 of file protocol.h.

◆ experience

int32_t EnfRecord::experience

Definition at line 1181 of file protocol.h.

◆ graphic_id

int32_t EnfRecord::graphic_id

Definition at line 1162 of file protocol.h.

◆ hp

int32_t EnfRecord::hp

Definition at line 1168 of file protocol.h.

◆ level

int32_t EnfRecord::level

Definition at line 1180 of file protocol.h.

◆ max_damage

int32_t EnfRecord::max_damage

Definition at line 1171 of file protocol.h.

◆ min_damage

int32_t EnfRecord::min_damage

Definition at line 1170 of file protocol.h.

◆ name

char* EnfRecord::name

Definition at line 1161 of file protocol.h.

◆ race

int32_t EnfRecord::race

Definition at line 1163 of file protocol.h.

◆ return_damage

int32_t EnfRecord::return_damage

Definition at line 1175 of file protocol.h.

◆ tp

int32_t EnfRecord::tp

Definition at line 1169 of file protocol.h.

◆ type

NpcType EnfRecord::type

Definition at line 1166 of file protocol.h.


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