Skip to content

M_WolfCurses_IWindow_SendCommand

Maxwolf edited this page Jan 2, 2016 · 1 revision

IWindow.SendCommand Method

Intended to be used by base simulation to pass along the input buffer after the user has typed several characters into the input buffer. This is used when allowing the user to input custom strings like names for their party members.

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

Syntax

C#

void SendCommand(
	string input
)

Parameters

 

input
Type: System.String
The input.

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

IWindow Interface
WolfCurses Namespace

Clone this wiki locally