Difference between revisions of "Dice/DieResult/IsSpecialDie"
From DiceRoller Documentation
(Created page with "{{APIdoc|DieResult.IsSpecialDie Method (SpecialDie)}} Checks if this die is a special die of the specified type. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public bool...") |
(No difference)
|
Latest revision as of 18:37, 25 April 2017
Checks if this die is a special die of the specified type.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
public bool IsSpecialDie(
SpecialDie specialDie
)
Parameters
- specialDie
- Type: Dice.SpecialDie
- Type of special die to check for
Return Value
Type: System.Boolean
true
if the die is a special die of type specialDie, false
otherwise.