enum
Tsh::PlayThing::Flags
Overview
Flags for more miscellaneous functions
Defined in:
plaything.crEnum Members
-
Invisible =
1 -
Custom1 =
2 -
Custom2 =
4 -
Custom3 =
8 -
Custom4 =
16 -
Custom5 =
32 -
Custom6 =
64 -
None =
0 -
All =
127
Instance Method Summary
-
#custom1?
Returns
trueif this enum value containsCustom1 -
#custom2?
Returns
trueif this enum value containsCustom2 -
#custom3?
Returns
trueif this enum value containsCustom3 -
#custom4?
Returns
trueif this enum value containsCustom4 -
#custom5?
Returns
trueif this enum value containsCustom5 -
#custom6?
Returns
trueif this enum value containsCustom6 -
#invisible?
Returns
trueif this enum value containsInvisible - #none?