|
ColorStringSpecial Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Gets or sets the special.
Namespace:
Furcadia.Movement
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax [ObsoleteAttribute("Legacy as of Furcadia V31", false)]
public Base220 Special { get; set; }
<ObsoleteAttribute("Legacy as of Furcadia V31", false)>
Public Property Special As Base220
Get
Set
Dim instance As ColorString
Dim value As Base220
value = instance.Special
instance.Special = value
public:
[ObsoleteAttribute(L"Legacy as of Furcadia V31", false)]
property Base220^ Special {
Base220^ get ();
void set (Base220^ value);
}
[<ObsoleteAttribute("Legacy as of Furcadia V31", false)>]
member Special : Base220 with get, set
Property Value
Type:
Base220
The special.
See Also