GuiEvent (script event)

From modwiki

Jump to: navigation, search
Image:Q4square_bg.png The information on this page is specific to Quake 4.

Description

Usage

In your script type...

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.


Personal tools
Main