enum

Rosegold::Spectate::State

Inherits Enum / Comparable / Value / Object

Constants

LOBBY = 0
SPECTATING = 1

Instance methods

lobby?

Returns true if this enum value equals LOBBY

Source
spectating?

Returns true if this enum value equals SPECTATING

Source