Furcadia Framework For Third Party Programs
DiceObjectDiceResult Property |
[This is preliminary documentation and is subject to change.]
Sum of the Dice Result
Namespace: Furcadia.Net.Utils.ServerObjects
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public double DiceResult { get; set; }
Public Property DiceResult As Double Get Set Dim instance As DiceObject Dim value As Double value = instance.DiceResult instance.DiceResult = value
public: property double DiceResult { double get (); void set (double value); }
member DiceResult : float with get, set
Property Value
Type: DoubleSee Also