![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#include <QtGlobal>Go to the source code of this file.
Variables | |
| constexpr uint | MINIMUM_DIE_SIDES = 2 |
| Fewest sides a rollable die may have. | |
| constexpr uint | MAXIMUM_DIE_SIDES = 1000000 |
| Most sides a rollable die may have. | |
| constexpr uint | MINIMUM_DICE_TO_ROLL = 1 |
| Fewest dice that may be rolled at once. | |
| constexpr uint | MAXIMUM_DICE_TO_ROLL = 100 |
| Most dice that may be rolled at once. | |
|
constexpr |
Most dice that may be rolled at once.
|
constexpr |
Most sides a rollable die may have.
|
constexpr |
Fewest dice that may be rolled at once.
|
constexpr |
Fewest sides a rollable die may have.