M_Furcadia_Net_Proxy_ProxySession_SendFormattedTextToServer - 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.]
Format basic furcadia commands and send to server We also mirror the client to server banish system.
This maybe a good place to place Proxy/Bot commands for controls
default to say or "normal spoken command"
Namespace: Furcadia.Net.Proxy
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public virtual void SendFormattedTextToServer(
string data
)
VB
Public Overridable Sub SendFormattedTextToServer (
data As String
)
VB Usage
Dim instance As ProxySession
Dim data As String
instance.SendFormattedTextToServer(data)
C++
public:
virtual void SendFormattedTextToServer(
String^ data
)
F#
abstract SendFormattedTextToServer :
data : string -> unit
override SendFormattedTextToServer :
data : string -> unit
- data
- Type: System.String
Raw Client to Server instruction