M_Furcadia_Net_Utils_ServerParser_RemoveAvatar__ctor - 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.]
Remove Avatar from the Dream Furre List by its Furre ID
Namespace: Furcadia.Net.Utils.ServerParser
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public RemoveAvatar(
string ServerInstruction
)
VB
Public Sub New (
ServerInstruction As String
)
VB Usage
Dim ServerInstruction As String
Dim instance As New RemoveAvatar(ServerInstruction)
C++
public:
RemoveAvatar(
String^ ServerInstruction
)
F#
new :
ServerInstruction : string -> RemoveAvatar
- ServerInstruction
- Type: System.String
[Missing documentation for "M:Furcadia.Net.Utils.ServerParser.RemoveAvatar.#ctor(System.String)"]