Message I3RemoveTriggerMessage

File: Applications/i3/I3Message.msg

C++ definition: click here

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

I3Message (no description)

Properties:

Name Value Description
customize true

Fields:

Name Type Description
trigger I3Trigger

Source code:

message I3RemoveTriggerMessage extends I3Message {
	properties:
		customize = true;
	fields:
		I3Trigger trigger;
};