RollPost._diverged Field
From DiceRoller Documentation
How many levels has Current diverged from Pristine at the moment.
- Namespace: Dice.PbP
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
private int _diverged;
Field Value
Type: System.Int32
A counter from 0-2 indicating how different Current is from Pristine.
Remarks
This field stores the current state as mentioned in AddRoll(String, RollerConfig). A value of 0 indicates the pristine state, 1 indicates stored state, and 2 indicates divergent state. For more details, see the AddRoll documentation.