|
|
the type of the built-in event
|
[Example]
evType = event.GetType()
•
|
GetAcceleration(): float
|
[Example]
acceleration = event.GetAcceleration()
•
|
SetAcceleration(acceleration: float)
|
[Example]
event.SetAcceleration(0.1)
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)
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)
|