Name
GetEventCode -- get event specific code (V1.5) / OBSOLETE
Synopsis
code = GetEventCode()
Function
Attention: This function is part of the Hollywood 1.x event library. You should not use it any longer. Please use the functions of the new library from Hollywood 2.0 which is much better.

This function is used right after Hollywood jumped to an event label. If an event has to tell you additional information, you can get this information through this function.

For example, ONBUTTONCLICKALL returns the identifier of the button that caused Hollywood to jump to the label.

Inputs
none

Results
code
event specific code
Example
See ONBUTTONCLICKALL


Show TOC