Initializes a new instance of the MoreHandler class

Namespace: BaseLib.Handlers
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public MoreHandler(
	Player p,
	string text,
	bool needsWrapping
)

Parameters

p
Type: BaseLib..::..Player

[Missing <param name="p"/> documentation for "M:BaseLib.Handlers.MoreHandler.#ctor(BaseLib.Player,System.String,System.Boolean)"]

text
Type: System..::..String

[Missing <param name="text"/> documentation for "M:BaseLib.Handlers.MoreHandler.#ctor(BaseLib.Player,System.String,System.Boolean)"]

needsWrapping
Type: System..::..Boolean

[Missing <param name="needsWrapping"/> documentation for "M:BaseLib.Handlers.MoreHandler.#ctor(BaseLib.Player,System.String,System.Boolean)"]

See Also