P_Furcadia_Net_Utils_ServerObjects_DiceObject_DiceCompnentMatch - 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.]
- or - Modifyer
Namespace: Furcadia.Net.Utils.ServerObjects
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public char DiceCompnentMatch { get; set; }
VB
Public Property DiceCompnentMatch As Char
Get
Set
VB Usage
Dim instance As DiceObject
Dim value As Char
value = instance.DiceCompnentMatch
instance.DiceCompnentMatch = value
C++
public:
property wchar_t DiceCompnentMatch {
wchar_t get ();
void set (wchar_t value);
}
F#
member DiceCompnentMatch : char with get, set
Type: Char