struct WAD::Map::Blockmap::Header

Overview

Structure of the blockmap header.

Defined in:

wa-cr/wad/wad-data/map.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


def grid_origin_x : Int16 #

def grid_origin_x=(grid_origin_x : Int16) #

def grid_origin_y : Int16 #

def grid_origin_y=(grid_origin_y : Int16) #

def initialize #

def num_of_columns : UInt16 #

def num_of_columns=(num_of_columns : UInt16) #

def num_of_rows : UInt16 #

def num_of_rows=(num_of_rows : UInt16) #