Click or drag to resize

aceCommandActiveInput Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the aceCommandActiveInput class

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public aceCommandActiveInput(
	commandTree __comTree,
	List<string> __history,
	string __current,
	string __prefix = ""
)
Request Example View Source

Parameters

__comTree
Type: imbACE.Core.commands.treecommandTree
__history
Type: System.Collections.GenericListString
__current
Type: SystemString
__prefix (Optional)
Type: SystemString
See Also