DiceObject.DiceSides Property

Furcadia Framework

DiceObjectDiceSides Property

Furcadia Framework For Third Party Programs
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 sides per Die

Namespace:  Furcadia.Net.Utils.ServerObjects
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public double DiceSides { get; set; }
Public Property DiceSides As Double
	Get
	Set

Dim instance As DiceObject
Dim value As Double

value = instance.DiceSides

instance.DiceSides = value
public:
property double DiceSides {
	double get ();
	void set (double value);
}
member DiceSides : float with get, set

Property Value

Type: Double
See Also

Reference