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
trueif this enum value equalsDemo -
#flat?
Returns
trueif this enum value equalsFlat -
#graphic?
Returns
trueif this enum value equalsGraphic -
#music?
Returns
trueif this enum value equalsMusic -
#pc_sound?
Returns
trueif this enum value equalsPcSound -
#sound?
Returns
trueif this enum value equalsSound -
#texture_x?
Returns
trueif this enum value equalsTextureX