model.entities.customers.CustState
Enumeration representing the possible states of a customer.
Attributes
-
Graph
-
-
Supertypes
-
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Indicates the customer is idle and not currently participating in a game.
Indicates the customer is idle and not currently participating in a game.
Attributes
Indicates the customer is currently playing a specific game.
Indicates the customer is currently playing a specific game.
Value parameters
-
game
-
The Game instance the customer is playing.
Attributes