enum Tsh::PlayThing::Flags

Overview

Flags for more miscellaneous functions

Defined in:

plaything.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def custom1? #

Returns true if this enum value contains Custom1


def custom2? #

Returns true if this enum value contains Custom2


def custom3? #

Returns true if this enum value contains Custom3


def custom4? #

Returns true if this enum value contains Custom4


def custom5? #

Returns true if this enum value contains Custom5


def custom6? #

Returns true if this enum value contains Custom6


def invisible? #

Returns true if this enum value contains Invisible


def none? #