Data Fields | |
u8 | BgNo |
Background Number. | |
TMapBoundsInfo | Bounds |
Map boundary information. Map can only move within this area. | |
u8 | DataTypeSize |
Size of one element in pData. | |
u32 | Flags |
Combination of Map Flags, see Map System Flags. | |
PMapDrawFunc | pColumnDrawer |
Pointer to custom map column-drawing function. Necessary only if Flags has MAP_FLAGS_CUSTOMMAPDRAWER set. | |
const void * | pData |
Pointer to Map-Data. | |
TPointSfp32 | Position |
Position in pixels, specified in fixed point format. | |
PMapDrawFunc | pRowDrawer |
Pointer to custom map row-drawing function. Necessary only if Flags has MAP_FLAGS_CUSTOMMAPDRAWER set. | |
TMapSizeInfo | Size |
Size information. |