Keyword(s) to search:
Sort results by title
Keyword Index
Rng
.
.
::
.
.
DiceRoll Method
Returns a dice roll of (num)d(sides)
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
int
DiceRoll
(
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