public interface TourneyCodes
extends com.threerings.presents.data.InvocationCodes
| Modifier and Type | Field and Description |
|---|---|
static String |
ALREADY_IN_PROGRESS
The tourney is already in progress.
|
static String |
ALREADY_IN_TOURNEY
User already in a tourney.
|
static String |
CANCELLED
The tournament was canceled.
|
static String |
FAILED_ENTRY_FEE
User failed to meet the entry fee requirements.
|
static String |
HAS_PLAYERS
This tourney has participating players.
|
static String |
NOT_IN_TOURNEY
User is not in the tourney.
|
static String |
TOO_LATE
Too late to join a tourney.
|
static String |
TOO_LATE_LEAVE
It's too late to leave the tourney.
|
static final String TOO_LATE
static final String ALREADY_IN_TOURNEY
static final String FAILED_ENTRY_FEE
static final String TOO_LATE_LEAVE
static final String NOT_IN_TOURNEY
static final String ALREADY_IN_PROGRESS
static final String HAS_PLAYERS
static final String CANCELLED
Copyright © 2015. All rights reserved.