|
Crossfire Server, Branch 1.12
R12190
|
Zone in which to add NPCs when the map was just loaded. More...
Data Fields | |
| int | ex |
| int | ey |
| int | sx |
| int | sy |
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.
| 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().
1.7.6.1