< Dice‎ | DieResult
Revision as of 18:37, 25 April 2017 by Skizzerz (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DieResult.IsSpecialDie Method (SpecialDie)

From DiceRoller Documentation

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.