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.crEnum Members
-
PcSound =
0
-
Sound =
1
-
Music =
2
-
TextureX =
3
-
Graphic =
4
-
Flat =
5
-
Demo =
6
Instance Method Summary
-
#demo?
Returns
true
if this enum value equalsDemo
-
#flat?
Returns
true
if this enum value equalsFlat
-
#graphic?
Returns
true
if this enum value equalsGraphic
-
#music?
Returns
true
if this enum value equalsMusic
-
#pc_sound?
Returns
true
if this enum value equalsPcSound
-
#sound?
Returns
true
if this enum value equalsSound
-
#texture_x?
Returns
true
if this enum value equalsTextureX