Methods
•
On()
[Example]
toolEvent.On()
Off()
toolEvent.Off()
GetState(): bool
o
return
true if on, false if off
eventState = toolEvent.GetState()
GetType(): BuiltInEventTypes
the type of the built-in event
evType = toolEvent.GetType()