|
Crossfire Server, Branches 1.12
R18729
|
Collaboration diagram for spawn_zone: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().