Skip to content

M_WolfCurses_Window_2_SendCommand

Maxwolf edited this page Jan 2, 2016 · 1 revision

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

Clone this wiki locally