P_Furcadia_Net_Utils_ServerObjects_DiceObject_DiceCount - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Number of Dice
Namespace: Furcadia.Net.Utils.ServerObjects
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public double DiceCount { get; set; }VB
Public Property DiceCount As Double
	Get
	SetVB Usage
Dim instance As DiceObject
Dim value As Double
value = instance.DiceCount
instance.DiceCount = valueC++
public:
property double DiceCount {
	double get ();
	void set (double value);
}F#
member DiceCount : float with get, set
Type: Double