|
BaseServerInstructionRawInstruction Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Raw Server to Client instruction
Namespace:
Furcadia.Net.Utils.ServerParser
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public string RawInstruction { get; }
Public ReadOnly Property RawInstruction As String
Get
Dim instance As BaseServerInstruction
Dim value As String
value = instance.RawInstruction
public:
property String^ RawInstruction {
String^ get ();
}
member RawInstruction : string with get
Property Value
Type:
StringSee Also