Difference between revisions of "Dice/DieResult/IsLiveDie"
From DiceRoller Documentation
(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...") |
(No difference)
|
Latest revision as of 18:35, 25 April 2017
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.