|
Atrinik Server 2.5
|
Data Fields | |
| struct { | |
| mapstruct * m | |
| int xpos | |
| int ypos | |
| } | maps |
| size_t | num_maps |
| int | xpos_lowest |
| int | ypos_lowest |
| int | w |
| int | h |
Region.
Definition at line 50 of file world_maker.c.
| int wm_region::h |
Height.
Definition at line 84 of file world_maker.c.
The map.
Definition at line 56 of file world_maker.c.
| size_t wm_region::num_maps |
Number of maps.
Definition at line 66 of file world_maker.c.
| int wm_region::w |
Width.
Definition at line 81 of file world_maker.c.
| int wm_region::xpos |
X position.
Definition at line 59 of file world_maker.c.
Lowest X position.
Definition at line 75 of file world_maker.c.
| int wm_region::ypos |
Y position.
Definition at line 62 of file world_maker.c.
Lowest Y position.
Definition at line 78 of file world_maker.c.
1.7.4