#include <QList>
#include <QString>
#include <QStringList>
#include <libcockatrice/utility/playmat_params.h>
Go to the source code of this file.
◆ PlaymatFallbackMode
How the user-level fallback playmat list is consulted when a deck has no playmat configured.
| Enumerator |
|---|
| PlaymatFallbackModeFixed | Always use the first entry of the fallback list.
|
| PlaymatFallbackModeRoundRobin | Cycle through the list, advancing one entry per resolution.
|
| PlaymatFallbackModeRandom | Pick a random entry per resolution.
|
◆ PlaymatMode
How the user-level playmat collection interacts with the deck-configured playmat.
| Enumerator |
|---|
| PlaymatModeOverrideDeck | Always use the collection, ignoring any deck-configured playmat.
|
| PlaymatModeFallback | Prefer the deck-configured playmat; fall back to the collection when absent.
|
| PlaymatModeDeckOnly | Use only the deck-configured playmat, ignoring the collection.
|
◆ PlaymatVisibility
Whether playmats are rendered in-game, and for whom.
| Enumerator |
|---|
| PlaymatVisibilityNone | Don't use playmats.
|
| PlaymatVisibilityOwnOnly | Show the local player's playmat only.
|
| PlaymatVisibilityAll | Show playmats for all players.
|