enum

Tsh::PlayThing::Flags

Inherits Enum < Comparable < Value < Object

Flags for more miscellaneous functions

Constants

Invisible = 1
Custom1 = 2
Custom2 = 4
Custom3 = 8
Custom4 = 16
Custom5 = 32
Custom6 = 64
None = 0
All = 127

Instance methods

custom1?

Returns true if this enum value contains Custom1

Source
custom2?

Returns true if this enum value contains Custom2

Source
custom3?

Returns true if this enum value contains Custom3

Source
custom4?

Returns true if this enum value contains Custom4

Source
custom5?

Returns true if this enum value contains Custom5

Source
custom6?

Returns true if this enum value contains Custom6

Source
invisible?

Returns true if this enum value contains Invisible

Source
none?
Source