bgiGetEventExtra

Returns additional string data associated with the current event. Takes no parameters. Returns the value of the global variable LuiEventExtra.

BGI GUI

Parameters & Returns

Parameters

This function takes no parameters.

Returns

String

Quick Summary

Returns additional string data associated with the current event. Takes no parameters. Returns the value of the global variable LuiEventExtra.

Technical Exegesis...

Returns additional string data associated with the current event. Returns the value of the global variable LuiEventExtra. The meaning of this string depends on the event type and control. For link controls, contains the clicked URL. For other controls, may contain text, file paths, or other string values. Returns empty string when no event is pending or when the event has no additional string data.

This function retrieves supplementary string information for the current event.

Example

Example.bam
; No example implemented yet