name
addEvent ( )
None available
description
Adds a new event to the track. However, if the event is already contained in the track, it is not added again. The list of events is kept in time order, meaning that this event inserted at the appropriate place in the list, not necessarily at the end.
syntax
addEvent(i_event, i_tick);
parameters
i_event
the event to add
returns
true if the event did not already exist in the track and was added, otherwise false
usage
Web & Application
related