Crossfire Server, Branches 1.12  R18729
spawn_zone Struct Reference
+ Collaboration diagram for spawn_zone:

Data Fields

int ex
 
int ey
 
int sx
 
int sy
 

Detailed Description

Zone in which to add NPCs when the map was just loaded. NPC will be added in [sx, ex[ and [sy, ey[.

Definition at line 120 of file citylife.c.

Field Documentation

int spawn_zone::ex

Definition at line 121 of file citylife.c.

Referenced by add_npc_to_zone().

int spawn_zone::ey

Definition at line 121 of file citylife.c.

Referenced by add_npc_to_zone().

int spawn_zone::sx

Definition at line 121 of file citylife.c.

Referenced by add_npc_to_zone().

int spawn_zone::sy

Definition at line 121 of file citylife.c.

Referenced by add_npc_to_zone().


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