|
MoveFurre Constructor (String, Furre)
|
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
MoveFurre class.
Namespace:
Furcadia.Net.Utils.ServerParser
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public MoveFurre(
string ServerInstruction,
ref Furre ActiveFurre
)
Public Sub New (
ServerInstruction As String,
ByRef ActiveFurre As Furre
)
Dim ServerInstruction As String
Dim ActiveFurre As Furre
Dim instance As New MoveFurre(ServerInstruction,
ActiveFurre)
public:
MoveFurre(
String^ ServerInstruction,
Furre^% ActiveFurre
)
new :
ServerInstruction : string *
ActiveFurre : Furre byref -> MoveFurre
Parameters
- ServerInstruction
- Type: SystemString
The server instruction. - ActiveFurre
- Type: Furcadia.Net.DreamInfoFurre
The active furre.
See Also