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.