![]() |
ProxySessionSendFormattedTextToServer Method |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
[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 42
Syntax
public virtual void SendFormattedTextToServer( string data )
Public Overridable Sub SendFormattedTextToServer ( data As String ) Dim instance As ProxySession Dim data As String instance.SendFormattedTextToServer(data)
public: virtual void SendFormattedTextToServer( String^ data )
abstract SendFormattedTextToServer : data : string -> unit override SendFormattedTextToServer : data : string -> unit
Parameters
- data
- Type: SystemString
Raw Client to Server instruction
See Also