Vizard 7 » Command Index » Vizard modules » viz » <viz>.getEventName
7.6

<viz>.getEventName

Returns the name of an event

<viz>.getEventName(  
event  
)  
event
Event ID

Remarks

This command will return the name of the event with the given ID. If the event ID does not exist, None will be returned.

Return Value

Name of event or None if it does not exist.

See also

<viz>.getCurrentEvent
<viz>.getEventID
<viz>.getNumHandlers
<viz>.postEvent
<viz>.postFunctionCall
<viz>.sendEvent