#include <map_zones.h>
Collaboration diagram for hoa_map::private_map::ZoneSection:

Public Member Functions | |
| ZoneSection (uint16 s_col, uint16 s_row, uint16 e_col, uint16 e_row) | |
Public Attributes | |
| uint16 | end_col |
| uint16 | end_row |
| Coordinates of the bottom-right tile corner of this zone. | |
| uint16 | start_col |
| uint16 | start_row |
| Coordinates of the top-left tile corner of this zone. | |
****************************************************************************
The area is represented by the top-left corner as the start and the bottom right corner as the end of the area. Both are represented in the row / column format (small tiles, collision cells).
Definition at line 36 of file map_zones.h.
| hoa_map::private_map::ZoneSection::ZoneSection | ( | uint16 | s_col, | |
| uint16 | s_row, | |||
| uint16 | e_col, | |||
| uint16 | e_row | |||
| ) | [inline] |
Definition at line 38 of file map_zones.h.
Definition at line 46 of file map_zones.h.
Coordinates of the bottom-right tile corner of this zone.
Definition at line 46 of file map_zones.h.
Definition at line 43 of file map_zones.h.
1.5.1