enum WAD::AddTypes

Overview

An enum for all types that can be added to the WAD by using WAD#add

Defined in:

wa-cr/wad/wad.cr

Enum Members

PcSound = 0
Sound = 1
Music = 2
TextureX = 3
Graphic = 4
Flat = 5
Demo = 6

Instance Method Summary

Instance Method Detail

def demo? #

[View source]
def flat? #

[View source]
def graphic? #

[View source]
def music? #

[View source]
def pc_sound? #

[View source]
def sound? #

[View source]
def texture_x? #

[View source]