nw::DiceRoll

struct DiceRoll

A dice roll.

Public Functions

inline operator bool()

Public Members

int dice = 0

Number of dice to roll.

int sides = 0

Number of sides on the dice.

int bonus = 0

Additional bonus.