Click or drag to resize

commandSetTDefine Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Unosi definiciju komande

Namespace:  imbACE.Core.commands.expressions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public T Define(
	string __shortname,
	string __longname,
	aceCommandEvent __handler,
	string __description = ""
)
Request Example View Source

Parameters

__shortname
Type: SystemString
__longname
Type: SystemString
__handler
Type: imbACE.Core.commands.expressionsaceCommandEvent
__description (Optional)
Type: SystemString

Return Value

Type: T
See Also