Furcadia Framework For Third Party Programs
BaseServerInstructionRawInstruction Property |
[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 44
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