< Dice‎ | DieResult
Revision as of 18:35, 25 April 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|DieResult.IsLiveDie Method ()}} Checks if the die is not a special die and has not been dropped. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public bool IsLiveD...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DieResult.IsLiveDie Method ()

From DiceRoller Documentation

Checks if the die is not a special die and has not been dropped.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

public bool IsLiveDie()

Return Value

Type: System.Boolean

true if the die is not a special die and has not been dropped, false otherwise.