GuiEvent (script event)
The information on this page is specific to Quake 4 .
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Usage
void guiEvent( string eventName )
Parameters
- [eventName] - Name of event in gui.
Examples
$my_entity.guiEvent( "my_event" );
Notes
This script event does not return any values.