Keyword(s) to search:
Sort results by title
Keyword Index
Rng
.
.
::
.
.
DiceRollMax Method
Returns the maximum value of a dice roll of (num)d(sides)
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
int
DiceRollMax
(
int
num
,
int
sides
)
Parameters
num
Type:
Int32
The number of dice to roll
sides
Type:
Int32
The number of sides per die
Return Value
See Also
Rng Class
AngbandOS.Core Namespace