class WAD::TextureX::TextureMap

Overview

"The binary contents of the maptexture_t structure starts with a header of 22 bytes, followed by all the map patches."

Defined in:

wa-cr/wad/wad-data/texture.cr

Instance Method Summary

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


def columndirectory : Int32 #

UNUSED


def columndirectory=(columndirectory : Int32) #

UNUSED


def height : Int16 #

def height=(height : Int16) #

def masked : Bool #

def masked=(masked : Bool) #

def name : String #

def name=(name : String) #

def patchcount : Int16 #

def patchcount=(patchcount : Int16) #

def patches : Array(Patch) #

def patches=(patches : Array(Patch)) #

def width : Int16 #

def width=(width : Int16) #