Roller.Roll Method Overloads
From DiceRoller Documentation
Rolls dice according to the string expression.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Overloads
Name | Description | |
---|---|---|
S | Roll(String) | Rolls dice according to the string expression, using the default configuration. |
S | Roll(String, RollerConfig) | Rolls dice according to the string expression and configuration. |
Remarks
null
can be passed as RollerConfig for the second overload. This is equivalent to calling the first overload instead.