P_Furcadia_Net_Utils_ServerObjects_DiceObject_DiceModifyer - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

DiceObject.DiceModifyer Property

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Die offset +/- n

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

Syntax

C#

public double DiceModifyer { get; set; }

VB

Public Property DiceModifyer As Double
	Get
	Set

VB Usage

Dim instance As DiceObject
Dim value As Double

value = instance.DiceModifyer

instance.DiceModifyer = value

C++

public:
property double DiceModifyer {
	double get ();
	void set (double value);
}

F#

member DiceModifyer : float with get, set

Property Value

Type: Double

See Also

Reference

DiceObject Class
Furcadia.Net.Utils.ServerObjects Namespace

⚠️ **GitHub.com Fallback** ⚠️