| TriggerHandlerAttribute Constructor |
[This is preliminary documentation and is subject to change.]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public TriggerHandlerAttribute(
TriggerCategory category,
int id,
string description
)
Public Sub New (
category As TriggerCategory,
id As Integer,
description As String
)
public:
TriggerHandlerAttribute(
TriggerCategory category,
int id,
String^ description
)
new :
category : TriggerCategory *
id : int *
description : string -> TriggerHandlerAttribute
Parameters
- category
- Type: MonkeyspeakTriggerCategory
Trigger Category - id
- Type: SystemInt32
Trigger ID - description
- Type: SystemString
Trigger Description
See Also