Difference between revisions of "Dice/Roller/Roll"
From DiceRoller Documentation
(Skizzerz moved page Dice/Roller/Roll to Dice/Roller/Roll (String, RollerConfig): have overloads now) |
|||
Line 1: | Line 1: | ||
− | + | {{APIdoc|Roller.Roll Method Overloads}} | |
+ | |||
+ | {| class="wikitable" | ||
+ | ! style="width: 5em" | | ||
+ | ! Name !! Description | ||
+ | |- | ||
+ | | {{public}} {{static}} {{method}} || [[Dice/Roller/Roll (String)|Roll(String)]] || Rolls dice according to the string expression, using the default configuration. | ||
+ | |- | ||
+ | | {{public}} {{static}} {{method}} || [[Dice/Roller/Roll (String, RollerConfig)|Roll(String, RollerConfig)]] || Rolls dice according to the string expression and configuration. | ||
+ | |} |
Revision as of 19:28, 13 April 2017
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. |