Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
dice_limits.h File Reference
#include <QtGlobal>
Include dependency graph for dice_limits.h:
This graph shows which files directly or indirectly include this file:

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.

Variable Documentation

◆ MAXIMUM_DICE_TO_ROLL

uint MAXIMUM_DICE_TO_ROLL = 100
constexpr

Most dice that may be rolled at once.

◆ MAXIMUM_DIE_SIDES

uint MAXIMUM_DIE_SIDES = 1000000
constexpr

Most sides a rollable die may have.

◆ MINIMUM_DICE_TO_ROLL

uint MINIMUM_DICE_TO_ROLL = 1
constexpr

Fewest dice that may be rolled at once.

◆ MINIMUM_DIE_SIDES

uint MINIMUM_DIE_SIDES = 2
constexpr

Fewest sides a rollable die may have.