struct WAD::Map::Blockmap::Header
- WAD::Map::Blockmap::Header
- Struct
- Value
- Object
Overview
Structure of the blockmap header.
Defined in:
wa-cr/wad/wad-data/map.crConstructors
Instance Method Summary
-
#clone
Returns a copy of
self
with all instance variables cloned. - #grid_origin_x : Int16
- #grid_origin_x=(grid_origin_x : Int16)
- #grid_origin_y : Int16
- #grid_origin_y=(grid_origin_y : Int16)
- #initialize
- #num_of_columns : UInt16
- #num_of_columns=(num_of_columns : UInt16)
- #num_of_rows : UInt16
- #num_of_rows=(num_of_rows : UInt16)