|
|
the type of the built-in event
|
[Example]
evType = event.GetType()
[Example]
speed = event.GetSpeed()
[Example]
event.SetSpeed(1.5)
Retrieve the path type that this event is for.
[Example]
pathType = event.GetPathType()
Set the path type that this event is for.
[Example]
event.SetPathType(EVENTPATHTYPE_POINTTOPOINT)
Get the event's unit.
[Example]
unit = event.GetUnit()
Set the event's unit. The unit must be in the list of allowed units for the event.
Otherwise, the method does nothing.
[Example]
event.SetUnit(ATTRIB_PERCENT)
|