M_WolfCurses_Window_2_SendCommand - Maxwolf/WolfCurses GitHub Wiki

Window(TCommands, TData).SendCommand Method

Fired by messaging system or user interface that wants to interact with the simulation by sending string input that should be able to be parsed into a valid input that can be run on the current game Windows.

Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public void SendCommand(
	string input
)

Parameters

 

input
Type: System.String
Passed in input from controller, text was trimmed but nothing more.

Implements

IWindow.SendCommand(String)

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

Window(TCommands, TData) Class
WolfCurses Namespace

⚠️ **GitHub.com Fallback** ⚠️