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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t npc_id
int32_t rate
size_t messages_length
TalkMessageRecordmessages

Detailed Description

Record of Talk data in an Endless Talk File

Definition at line 2614 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize TalkRecord::_eo

Definition at line 2615 of file protocol.h.

◆ messages

TalkMessageRecord* TalkRecord::messages

Definition at line 2625 of file protocol.h.

◆ messages_length

size_t TalkRecord::messages_length

Definition at line 2624 of file protocol.h.

◆ npc_id

int32_t TalkRecord::npc_id

ID of the NPC that will talk

Definition at line 2619 of file protocol.h.

◆ rate

int32_t TalkRecord::rate

Chance that the NPC will talk (0-100)

Definition at line 2623 of file protocol.h.


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