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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t npc_index
PlayerKilledState killed
Direction direction
int32_t player_id
int32_t damage
int32_t hp_percentage

Detailed Description

An NPC attacking

Definition at line 2139 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize NpcUpdateAttack::_eo

Definition at line 2140 of file protocol.h.

◆ damage

int32_t NpcUpdateAttack::damage

Definition at line 2145 of file protocol.h.

◆ direction

Direction NpcUpdateAttack::direction

Definition at line 2143 of file protocol.h.

◆ hp_percentage

int32_t NpcUpdateAttack::hp_percentage

Definition at line 2146 of file protocol.h.

◆ killed

PlayerKilledState NpcUpdateAttack::killed

Definition at line 2142 of file protocol.h.

◆ npc_index

int32_t NpcUpdateAttack::npc_index

Definition at line 2141 of file protocol.h.

◆ player_id

int32_t NpcUpdateAttack::player_id

Definition at line 2144 of file protocol.h.


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