Crossfire Server, Trunk  1.75.0
struct_npc_info Struct Reference

Information about a NPC with a custom message. More...

+ Collaboration diagram for struct_npc_info:

Data Fields

const char * message
 NPC's message. More...
 
const char * name
 NPC's name. More...
 
int x
 
int y
 Coordinates in the map. More...
 

Detailed Description

Information about a NPC with a custom message.

Definition at line 209 of file mapper.cpp.

Field Documentation

◆ message

const char* struct_npc_info::message

NPC's message.

Definition at line 211 of file mapper.cpp.

Referenced by create_npc_info().

◆ name

const char* struct_npc_info::name

NPC's name.

Definition at line 210 of file mapper.cpp.

Referenced by create_npc_info().

◆ x

int struct_npc_info::x

Definition at line 212 of file mapper.cpp.

Referenced by create_npc_info().

◆ y

int struct_npc_info::y

Coordinates in the map.

Definition at line 212 of file mapper.cpp.

Referenced by create_npc_info().


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