Furcadia Framework For Third Party Programs
BaseServerInstruction Constructor (String) |
[This is preliminary documentation and is subject to change.]
Reads the raw server instruction and set this object to its settings
Default Server instruction type is Unknown
Namespace: Furcadia.Net.Utils.ServerParser
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public BaseServerInstruction( string ServerInstruction )
Public Sub New ( ServerInstruction As String ) Dim ServerInstruction As String Dim instance As New BaseServerInstruction(ServerInstruction)
public: BaseServerInstruction( String^ ServerInstruction )
new : ServerInstruction : string -> BaseServerInstruction
Parameters
- ServerInstruction
- Type: SystemString
raw server instruction
See Also