UpdateColorString Constructor

FFF3PP

UpdateColorString Constructor

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the UpdateColorString class

Namespace:  Furcadia.Net.Utils.ServerParser
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public UpdateColorString(
	ref Furre Player,
	string ServerInstruction
)
Public Sub New ( 
	ByRef Player As Furre,
	ServerInstruction As String
)

Dim Player As Furre
Dim ServerInstruction As String

Dim instance As New UpdateColorString(Player, 
	ServerInstruction)
public:
UpdateColorString(
	Furre^% Player, 
	String^ ServerInstruction
)
new : 
        Player : Furre byref * 
        ServerInstruction : string -> UpdateColorString

Parameters

Player
Type: Furcadia.Net.DreamInfoFurre

[Missing <param name="Player"/> documentation for "M:Furcadia.Net.Utils.ServerParser.UpdateColorString.#ctor(Furcadia.Net.DreamInfo.Furre@,System.String)"]

ServerInstruction
Type: SystemString

[Missing <param name="ServerInstruction"/> documentation for "M:Furcadia.Net.Utils.ServerParser.UpdateColorString.#ctor(Furcadia.Net.DreamInfo.Furre@,System.String)"]

See Also