doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
guiCommandDef_t Struct Reference

Public Attributes

const char * name
 
void(* handler )(idWindow *window, idList< idGSWinVar > *src)
 
int mMinParms
 
int mMaxParms
 

Detailed Description

Definition at line 240 of file GuiScript.cpp.

Member Data Documentation

void(* guiCommandDef_t::handler)(idWindow *window, idList< idGSWinVar > *src)

Definition at line 242 of file GuiScript.cpp.

int guiCommandDef_t::mMaxParms

Definition at line 244 of file GuiScript.cpp.

int guiCommandDef_t::mMinParms

Definition at line 243 of file GuiScript.cpp.

const char* guiCommandDef_t::name

Definition at line 241 of file GuiScript.cpp.


The documentation for this struct was generated from the following file: