Delegate DaggerfallInputMessageBox.OnReturnPlayerInputHandler
Signature for listening to the input received by a DaggerfallInputMessageBox.
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public delegate void OnReturnPlayerInputHandler(DaggerfallInputMessageBox sender, string input);
Parameters
| Type | Name | Description |
|---|---|---|
| DaggerfallInputMessageBox | sender | The instance that received the input. |
| String | input | Content of the input text box. |