|
Data Structures |
| struct | _tag_menuframework |
| struct | aliasInfo |
| struct | characterInfo |
| struct | gameTypeInfo |
| struct | lerpFrame_t |
| struct | mapInfo |
| struct | menuaction_s |
| struct | menubitmap_s |
| struct | menucommon_s |
| struct | menufield_s |
| struct | menulist_s |
| struct | menuradiobutton_s |
| struct | menuslider_s |
| struct | menutext_s |
| struct | mfield_t |
| struct | modInfo_t |
| struct | pendingServer_t |
| struct | pendingServerStatus_t |
| struct | pinglist_t |
| struct | playerInfo_t |
| struct | postGameInfo_s |
| struct | serverFilter_s |
| struct | serverStatus_s |
| struct | serverStatusInfo_t |
| struct | teamInfo |
| struct | tierInfo |
| struct | uiInfo_t |
| struct | uiStatic_t |
Defines |
| #define | ASSET_BACKGROUND "uiBackground" |
| #define | GAMES_ALL 0 |
| #define | GAMES_CTF 4 |
| #define | GAMES_FFA 1 |
| #define | GAMES_TEAMPLAY 2 |
| #define | GAMES_TOURNEY 3 |
| #define | LCOLUMN_OFFSET (-BIGCHAR_WIDTH ) |
| #define | MAPS_PER_TIER 3 |
| #define | MAX_ADDRESSLENGTH 64 |
| #define | MAX_ALIASES 64 |
| #define | MAX_DEMOS 256 |
| #define | MAX_DISPLAY_SERVERS 2048 |
| #define | MAX_EDIT_LINE 256 |
| #define | MAX_FAVORITESERVERS 16 |
| #define | MAX_FOUNDPLAYER_SERVERS 16 |
| #define | MAX_GAMETYPES 16 |
| #define | MAX_HEADNAME 32 |
| #define | MAX_HEADS 64 |
| #define | MAX_HOSTNAMELENGTH 22 |
| #define | MAX_LISTBOXWIDTH 59 |
| #define | MAX_MAPNAMELENGTH 16 |
| #define | MAX_MAPS 128 |
| #define | MAX_MENUDEPTH 8 |
| #define | MAX_MENUITEMS 96 |
| #define | MAX_MODS 64 |
| #define | MAX_MOVIES 256 |
| #define | MAX_PINGREQUESTS 32 |
| #define | MAX_PLAYERMODELS 256 |
| #define | MAX_SERVERSTATUS_LINES 128 |
| #define | MAX_SERVERSTATUS_TEXT 1024 |
| #define | MAX_SPMAPS 16 |
| #define | MAX_STATUSLENGTH 64 |
| #define | MAX_TEAMS 64 |
| #define | MAX_TIERS 16 |
| #define | MTYPE_ACTION 2 |
| #define | MTYPE_BITMAP 6 |
| #define | MTYPE_BTEXT 10 |
| #define | MTYPE_FIELD 4 |
| #define | MTYPE_NULL 0 |
| #define | MTYPE_PTEXT 9 |
| #define | MTYPE_RADIOBUTTON 5 |
| #define | MTYPE_SCROLLLIST 8 |
| #define | MTYPE_SLIDER 1 |
| #define | MTYPE_SPINCONTROL 3 |
| #define | MTYPE_TEXT 7 |
| #define | PLAYERS_PER_TEAM 5 |
| #define | QM_ACTIVATED 3 |
| #define | QM_GOTFOCUS 1 |
| #define | QM_LOSTFOCUS 2 |
| #define | QMF_BLINK 0x00000001 |
| #define | QMF_CENTER_JUSTIFY 0x00000008 |
| #define | QMF_GRAYED 0x00002000 |
| #define | QMF_HASMOUSEFOCUS 0x00000200 |
| #define | QMF_HIDDEN 0x00001000 |
| #define | QMF_HIGHLIGHT 0x00000040 |
| #define | QMF_HIGHLIGHT_IF_FOCUS 0x00000080 |
| #define | QMF_INACTIVE 0x00004000 |
| #define | QMF_LEFT_JUSTIFY 0x00000004 |
| #define | QMF_LOWERCASE 0x00040000 |
| #define | QMF_MOUSEONLY 0x00000800 |
| #define | QMF_NODEFAULTINIT 0x00008000 |
| #define | QMF_NOONOFFTEXT 0x00000400 |
| #define | QMF_NUMBERSONLY 0x00000020 |
| #define | QMF_OWNERDRAW 0x00010000 |
| #define | QMF_PULSE 0x00020000 |
| #define | QMF_PULSEIFFOCUS 0x00000100 |
| #define | QMF_RIGHT_JUSTIFY 0x00000010 |
| #define | QMF_SILENT 0x00100000 |
| #define | QMF_SMALLFONT 0x00000002 |
| #define | QMF_UPPERCASE 0x00080000 |
| #define | RCOLUMN_OFFSET ( BIGCHAR_WIDTH ) |
| #define | SLIDER_RANGE 10 |
| #define | TEAM_MEMBERS 5 |
| #define | UI_FONT_THRESHOLD 0.1 |
| #define | UI_NUMFX 7 |
Typedefs |
| typedef _tag_menuframework | menuframework_s |
| typedef postGameInfo_s | postGameInfo_t |
| typedef serverFilter_s | serverFilter_t |
| typedef serverStatus_s | serverStatus_t |
Enumerations |
| enum | awardType_t {
AWARD_ACCURACY,
AWARD_IMPRESSIVE,
AWARD_EXCELLENT,
AWARD_GAUNTLET,
AWARD_FRAGS,
AWARD_PERFECT
} |
Functions |
| void | _UI_SetActiveMenu (uiMenuCommand_t menu) |
| void | ArenaServers_Cache (void) |
| void | Bitmap_Draw (menubitmap_s *b) |
| void | Bitmap_Init (menubitmap_s *b) |
| void | ConfirmMenu_Cache (void) |
| void | Controls_Cache (void) |
| void | Demos_Cache (void) |
| void | DriverInfo_Cache (void) |
| void | GraphicsOptions_Cache (void) |
| void | InGame_Cache (void) |
| void | Login_Cache (void) |
| void | MainMenu_Cache (void) |
| sfxHandle_t | Menu_ActivateItem (menuframework_s *s, menucommon_s *item) |
| void | Menu_AddItem (menuframework_s *menu, void *item) |
| void | Menu_AdjustCursor (menuframework_s *menu, int dir) |
| void | Menu_Cache (void) |
| sfxHandle_t | Menu_DefaultKey (menuframework_s *s, int key) |
| void | Menu_Draw (menuframework_s *menu) |
| void | Menu_Focus (menucommon_s *m) |
| void * | Menu_ItemAtCursor (menuframework_s *m) |
| void | Menu_SetCursor (menuframework_s *s, int cursor) |
| void | Menu_SetCursorToItem (menuframework_s *m, void *ptr) |
| void | MenuField_Draw (menufield_s *f) |
| void | MenuField_Init (menufield_s *m) |
| sfxHandle_t | MenuField_Key (menufield_s *m, int *key) |
| void | MField_CharEvent (mfield_t *edit, int ch) |
| void | MField_Clear (mfield_t *edit) |
| void | MField_Draw (mfield_t *edit, int x, int y, int style, vec4_t color) |
| void | MField_KeyDownEvent (mfield_t *edit, int key) |
| void | PlayerModel_Cache (void) |
| void | PlayerSettings_Cache (void) |
| void | Preferences_Cache (void) |
| void | RankStatus_Cache (void) |
| void | ScrollList_Draw (menulist_s *l) |
| sfxHandle_t | ScrollList_Key (menulist_s *l, int key) |
| void | ServerInfo_Cache (void) |
| void | ServerOptions_Cache (void) |
| void | Signup_Cache (void) |
| void | SpecifyLeague_Cache (void) |
| void | SpecifyServer_Cache (void) |
| void | StartServer_Cache (void) |
| void | TeamMain_Cache (void) |
| int | trap_Argc (void) |
| void | trap_Argv (int n, char *buffer, int bufferLength) |
| void | trap_CIN_DrawCinematic (int handle) |
| int | trap_CIN_PlayCinematic (const char *arg0, int xpos, int ypos, int width, int height, int bits) |
| e_status | trap_CIN_RunCinematic (int handle) |
| void | trap_CIN_SetExtents (int handle, int x, int y, int w, int h) |
| e_status | trap_CIN_StopCinematic (int handle) |
| int | trap_CM_LerpTag (orientation_t *tag, clipHandle_t mod, int startFrame, int endFrame, float frac, const char *tagName) |
| void | trap_Cmd_ExecuteText (int exec_when, const char *text) |
| void | trap_Cvar_Create (const char *var_name, const char *var_value, int flags) |
| void | trap_Cvar_InfoStringBuffer (int bit, char *buffer, int bufsize) |
| void | trap_Cvar_Register (vmCvar_t *vmCvar, const char *varName, const char *defaultValue, int flags) |
| void | trap_Cvar_Reset (const char *name) |
| void | trap_Cvar_Set (const char *var_name, const char *value) |
| void | trap_Cvar_SetValue (const char *var_name, float value) |
| void | trap_Cvar_Update (vmCvar_t *vmCvar) |
| void | trap_Cvar_VariableStringBuffer (const char *var_name, char *buffer, int bufsize) |
| float | trap_Cvar_VariableValue (const char *var_name) |
| void | trap_Error (const char *string) |
| void | trap_FS_FCloseFile (fileHandle_t f) |
| int | trap_FS_FOpenFile (const char *qpath, fileHandle_t *f, fsMode_t mode) |
| int | trap_FS_GetFileList (const char *path, const char *extension, char *listbuf, int bufsize) |
| void | trap_FS_Read (void *buffer, int len, fileHandle_t f) |
| int | trap_FS_Seek (fileHandle_t f, long offset, int origin) |
| void | trap_FS_Write (const void *buffer, int len, fileHandle_t f) |
| void | trap_GetCDKey (char *buf, int buflen) |
| void | trap_GetClientState (uiClientState_t *state) |
| void | trap_GetClipboardData (char *buf, int bufsize) |
| int | trap_GetConfigString (int index, char *buff, int buffsize) |
| void | trap_GetGlconfig (glconfig_t *glconfig) |
| void | trap_Key_ClearStates (void) |
| void | trap_Key_GetBindingBuf (int keynum, char *buf, int buflen) |
| int | trap_Key_GetCatcher (void) |
| qboolean | trap_Key_GetOverstrikeMode (void) |
| qboolean | trap_Key_IsDown (int keynum) |
| void | trap_Key_KeynumToStringBuf (int keynum, char *buf, int buflen) |
| void | trap_Key_SetBinding (int keynum, const char *binding) |
| void | trap_Key_SetCatcher (int catcher) |
| void | trap_Key_SetOverstrikeMode (qboolean state) |
| int | trap_LAN_AddServer (int source, const char *name, const char *addr) |
| void | trap_LAN_ClearPing (int n) |
| int | trap_LAN_CompareServers (int source, int sortKey, int sortDir, int s1, int s2) |
| void | trap_LAN_GetPing (int n, char *buf, int buflen, int *pingtime) |
| void | trap_LAN_GetPingInfo (int n, char *buf, int buflen) |
| int | trap_LAN_GetPingQueueCount (void) |
| void | trap_LAN_GetServerAddressString (int source, int n, char *buf, int buflen) |
| int | trap_LAN_GetServerCount (int source) |
| void | trap_LAN_GetServerInfo (int source, int n, char *buf, int buflen) |
| int | trap_LAN_GetServerPing (int source, int n) |
| void | trap_LAN_LoadCachedServers () |
| void | trap_LAN_MarkServerVisible (int source, int n, qboolean visible) |
| void | trap_LAN_RemoveServer (int source, const char *addr) |
| void | trap_LAN_ResetPings (int n) |
| void | trap_LAN_SaveCachedServers () |
| int | trap_LAN_ServerIsVisible (int source, int n) |
| int | trap_LAN_ServerStatus (const char *serverAddress, char *serverStatus, int maxLen) |
| qboolean | trap_LAN_UpdateVisiblePings (int source) |
| int | trap_MemoryRemaining (void) |
| int | trap_Milliseconds (void) |
| void | trap_Print (const char *string) |
| void | trap_R_AddLightToScene (const vec3_t org, float intensity, float r, float g, float b) |
| void | trap_R_AddPolyToScene (qhandle_t hShader, int numVerts, const polyVert_t *verts) |
| void | trap_R_AddRefEntityToScene (const refEntity_t *re) |
| void | trap_R_ClearScene (void) |
| void | trap_R_DrawStretchPic (float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader) |
| void | trap_R_ModelBounds (clipHandle_t model, vec3_t mins, vec3_t maxs) |
| void | trap_R_RegisterFont (const char *pFontname, int pointSize, fontInfo_t *font) |
| qhandle_t | trap_R_RegisterModel (const char *name) |
| qhandle_t | trap_R_RegisterShaderNoMip (const char *name) |
| qhandle_t | trap_R_RegisterSkin (const char *name) |
| void | trap_R_RemapShader (const char *oldShader, const char *newShader, const char *timeOffset) |
| void | trap_R_RenderScene (const refdef_t *fd) |
| void | trap_R_SetColor (const float *rgba) |
| int | trap_RealTime (qtime_t *qtime) |
| sfxHandle_t | trap_S_RegisterSound (const char *sample, qboolean compressed) |
| void | trap_S_StartBackgroundTrack (const char *intro, const char *loop) |
| void | trap_S_StartLocalSound (sfxHandle_t sfx, int channelNum) |
| void | trap_S_StopBackgroundTrack (void) |
| void | trap_SetCDKey (char *buf) |
| void | trap_SetPbClStatus (int status) |
| void | trap_UpdateScreen (void) |
| qboolean | trap_VerifyCDKey (const char *key, const char *chksum) |
| void | UI_AddBots_Cache (void) |
| void | UI_AddBotsMenu (void) |
| void | UI_AdjustFrom640 (float *x, float *y, float *w, float *h) |
| int | UI_AdjustTimeByGame (int time) |
| void | UI_ArenaServersMenu (void) |
| char * | UI_Argv (int arg) |
| void | UI_BotSelectMenu (char *bot) |
| void | UI_BotSelectMenu_Cache (void) |
| qboolean | UI_CanShowTierVideo (int tier) |
| void | UI_CDKeyMenu (void) |
| void | UI_CDKeyMenu_Cache (void) |
| void | UI_CDKeyMenu_f (void) |
| void | UI_CinematicsMenu (void) |
| void | UI_CinematicsMenu_Cache (void) |
| void | UI_CinematicsMenu_f (void) |
| float | UI_ClampCvar (float min, float max, float value) |
| void | UI_ClearScores () |
| void | UI_ConfirmMenu (const char *question, void(*draw)(void), void(*action)(qboolean result)) |
| qboolean | UI_ConsoleCommand (int realTime) |
| void | UI_ControlsMenu (void) |
| void | UI_CreditMenu (void) |
| qboolean | UI_CursorInRect (int x, int y, int width, int height) |
| char * | UI_Cvar_VariableString (const char *var_name) |
| void | UI_DemosMenu (void) |
| void | UI_DisplayOptionsMenu (void) |
| void | UI_DisplayOptionsMenu_Cache (void) |
| void | UI_DrawBannerString (int x, int y, const char *str, int style, vec4_t color) |
| void | UI_DrawChar (int x, int y, int ch, int style, vec4_t color) |
| void | UI_DrawConnectScreen (qboolean overlay) |
| void | UI_DrawHandlePic (float x, float y, float w, float h, qhandle_t hShader) |
| void | UI_DrawNamedPic (float x, float y, float width, float height, const char *picname) |
| void | UI_DrawPlayer (float x, float y, float w, float h, playerInfo_t *pi, int time) |
| void | UI_DrawProportionalString (int x, int y, const char *str, int style, vec4_t color) |
| void | UI_DrawRect (float x, float y, float width, float height, const float *color) |
| void | UI_DrawSides (float x, float y, float w, float h) |
| void | UI_DrawString (int x, int y, const char *str, int style, vec4_t color) |
| void | UI_DrawTextBox (int x, int y, int width, int lines) |
| void | UI_DrawTopBottom (float x, float y, float w, float h) |
| void | UI_FillRect (float x, float y, float width, float height, const float *color) |
| void | UI_ForceMenuOff (void) |
| const char * | UI_GetArenaInfoByMap (const char *map) |
| const char * | UI_GetArenaInfoByNumber (int num) |
| int | UI_GetAwardLevel (int award) |
| void | UI_GetBestScore (int level, int *score, int *skill) |
| char * | UI_GetBotInfoByName (const char *name) |
| char * | UI_GetBotInfoByNumber (int num) |
| char * | UI_GetBotNameByNumber (int num) |
| int | UI_GetCurrentGame (void) |
| int | UI_GetNumArenas (void) |
| int | UI_GetNumBots (void) |
| int | UI_GetNumSPArenas (void) |
| int | UI_GetNumSPTiers (void) |
| const char * | UI_GetSpecialArenaInfo (const char *tag) |
| void | UI_GraphicsOptionsMenu (void) |
| void | UI_InGameMenu (void) |
| void | UI_Init (void) |
| void | UI_InitGameinfo (void) |
| qboolean | UI_IsFullscreen (void) |
| void | UI_KeyEvent (int key) |
| void | UI_LerpColor (vec4_t a, vec4_t b, vec4_t c, float t) |
| void | UI_Load () |
| void | UI_LoadArenas (void) |
| void | UI_LoadBestScores (const char *map, int game) |
| void | UI_LoadBots (void) |
| void | UI_LoadConfig_Cache (void) |
| void | UI_LoadConfigMenu (void) |
| void | UI_LoadMenus (const char *menuFile, qboolean reset) |
| void | UI_LogAwardData (int award, int data) |
| void | UI_LoginMenu (void) |
| void | UI_MainMenu (void) |
| void | UI_ModsMenu (void) |
| void | UI_ModsMenu_Cache (void) |
| void | UI_MouseEvent (int dx, int dy) |
| void | UI_NetworkOptionsMenu (void) |
| void | UI_NetworkOptionsMenu_Cache (void) |
| void | UI_NewGame (void) |
| void | UI_PlayerInfo_SetInfo (playerInfo_t *pi, int legsAnim, int torsoAnim, vec3_t viewAngles, vec3_t moveAngles, weapon_t weaponNum, qboolean chat) |
| void | UI_PlayerInfo_SetModel (playerInfo_t *pi, const char *model, const char *headmodel, char *teamName) |
| void | UI_PlayerModelMenu (void) |
| void | UI_PlayerSettingsMenu (void) |
| void | UI_PopMenu (void) |
| void | UI_PreferencesMenu (void) |
| float | UI_ProportionalSizeScale (int style) |
| int | UI_ProportionalStringWidth (const char *str) |
| void | UI_PushMenu (menuframework_s *menu) |
| void | UI_RankStatusMenu (void) |
| void | UI_Refresh (int realtime) |
| qboolean | UI_RegisterClientModelname (playerInfo_t *pi, const char *modelSkinName, const char *headName, const char *teamName) |
| void | UI_RegisterCvars (void) |
| void | UI_RemoveBots_Cache (void) |
| void | UI_RemoveBotsMenu (void) |
| void | UI_Report () |
| void | UI_SaveConfigMenu (void) |
| void | UI_SaveConfigMenu_Cache (void) |
| void | UI_ServerInfoMenu (void) |
| void | UI_SetActiveMenu (uiMenuCommand_t menu) |
| void | UI_SetBestScore (int level, int score) |
| void | UI_SetColor (const float *rgba) |
| void | UI_SetupMenu (void) |
| void | UI_SetupMenu_Cache (void) |
| void | UI_ShowPostGame (qboolean newHigh) |
| qboolean | UI_ShowTierVideo (int tier) |
| void | UI_Shutdown (void) |
| void | UI_SignupMenu (void) |
| void | UI_SoundOptionsMenu (void) |
| void | UI_SoundOptionsMenu_Cache (void) |
| void | UI_SPArena_Start (const char *arenaInfo) |
| void | UI_SpecifyLeagueMenu (void) |
| void | UI_SpecifyServerMenu (void) |
| void | UI_SPLevelMenu (void) |
| void | UI_SPLevelMenu_Cache (void) |
| void | UI_SPLevelMenu_f (void) |
| void | UI_SPLevelMenu_ReInit (void) |
| void | UI_SPPostgameMenu_Cache (void) |
| void | UI_SPPostgameMenu_f (void) |
| void | UI_SPSkillMenu (const char *arenaInfo) |
| void | UI_SPSkillMenu_Cache (void) |
| void | UI_SPUnlock_f (void) |
| void | UI_SPUnlockMedals_f (void) |
| void | UI_StartDemoLoop (void) |
| void | UI_StartServerMenu (qboolean multiplayer) |
| void | UI_TeamMainMenu (void) |
| void | UI_TeamOrdersMenu (void) |
| void | UI_TeamOrdersMenu_Cache (void) |
| void | UI_TeamOrdersMenu_f (void) |
| int | UI_TierCompleted (int levelWon) |
| void | UI_UpdateCvars (void) |
| void | UI_UpdateScreen (void) |
Variables |
| vec4_t | color_black |
| vec4_t | color_blue |
| vec4_t | color_dim |
| vec4_t | color_orange |
| vec4_t | color_red |
| vec4_t | color_white |
| vec4_t | color_yellow |
| vec4_t | list_color |
| vec4_t | listbar_color |
| qboolean | m_entersound |
| vec4_t | menu_black_color |
| sfxHandle_t | menu_buzz_sound |
| vec4_t | menu_dark_color |
| vec4_t | menu_dim_color |
| vec4_t | menu_grayed_color |
| vec4_t | menu_highlight_color |
| sfxHandle_t | menu_in_sound |
| sfxHandle_t | menu_move_sound |
| sfxHandle_t | menu_null_sound |
| sfxHandle_t | menu_out_sound |
| vec4_t | menu_red_color |
| vec4_t | menu_text_color |
| vec4_t | name_color |
| vec4_t | text_color_disabled |
| vec4_t | text_color_highlight |
| vec4_t | text_color_normal |
| vmCvar_t | ui_actualNetGameType |
| vmCvar_t | ui_arenasFile |
| vmCvar_t | ui_bigFont |
| vmCvar_t | ui_botsFile |
| vmCvar_t | ui_brassTime |
| vmCvar_t | ui_browserGameType |
| vmCvar_t | ui_browserMaster |
| vmCvar_t | ui_browserShowEmpty |
| vmCvar_t | ui_browserShowFull |
| vmCvar_t | ui_browserSortKey |
| vmCvar_t | ui_captureLimit |
| vmCvar_t | ui_cdkey |
| vmCvar_t | ui_cdkeychecked |
| vmCvar_t | ui_ctf_capturelimit |
| vmCvar_t | ui_ctf_friendly |
| vmCvar_t | ui_ctf_timelimit |
| vmCvar_t | ui_currentMap |
| vmCvar_t | ui_currentNetMap |
| vmCvar_t | ui_currentOpponent |
| vmCvar_t | ui_currentTier |
| vmCvar_t | ui_dedicated |
| vmCvar_t | ui_drawCrosshair |
| vmCvar_t | ui_drawCrosshairNames |
| vmCvar_t | ui_ffa_fraglimit |
| vmCvar_t | ui_ffa_timelimit |
| vmCvar_t | ui_fragLimit |
| vmCvar_t | ui_gameType |
| vmCvar_t | ui_joinGameType |
| vmCvar_t | ui_lastServerRefresh_0 |
| vmCvar_t | ui_lastServerRefresh_1 |
| vmCvar_t | ui_lastServerRefresh_2 |
| vmCvar_t | ui_lastServerRefresh_3 |
| vmCvar_t | ui_mapIndex |
| vmCvar_t | ui_marks |
| char * | ui_medalNames [] |
| char * | ui_medalPicNames [] |
| char * | ui_medalSounds [] |
| vmCvar_t | ui_menuFiles |
| vmCvar_t | ui_netGameType |
| vmCvar_t | ui_netSource |
| vmCvar_t | ui_opponentName |
| vmCvar_t | ui_scoreAccuracy |
| vmCvar_t | ui_scoreAssists |
| vmCvar_t | ui_scoreBase |
| vmCvar_t | ui_scoreDefends |
| vmCvar_t | ui_scoreExcellents |
| vmCvar_t | ui_scoreGauntlets |
| vmCvar_t | ui_scoreImpressives |
| vmCvar_t | ui_scorePerfect |
| vmCvar_t | ui_scoreScore |
| vmCvar_t | ui_scoreShutoutBonus |
| vmCvar_t | ui_scoreSkillBonus |
| vmCvar_t | ui_scoreTeam |
| vmCvar_t | ui_scoreTime |
| vmCvar_t | ui_scoreTimeBonus |
| vmCvar_t | ui_selectedPlayer |
| vmCvar_t | ui_selectedPlayerName |
| vmCvar_t | ui_server1 |
| vmCvar_t | ui_server10 |
| vmCvar_t | ui_server11 |
| vmCvar_t | ui_server12 |
| vmCvar_t | ui_server13 |
| vmCvar_t | ui_server14 |
| vmCvar_t | ui_server15 |
| vmCvar_t | ui_server16 |
| vmCvar_t | ui_server2 |
| vmCvar_t | ui_server3 |
| vmCvar_t | ui_server4 |
| vmCvar_t | ui_server5 |
| vmCvar_t | ui_server6 |
| vmCvar_t | ui_server7 |
| vmCvar_t | ui_server8 |
| vmCvar_t | ui_server9 |
| vmCvar_t | ui_serverFilterType |
| vmCvar_t | ui_serverStatusTimeOut |
| vmCvar_t | ui_singlePlayerActive |
| vmCvar_t | ui_smallFont |
| vmCvar_t | ui_spAwards |
| vmCvar_t | ui_spScores1 |
| vmCvar_t | ui_spScores2 |
| vmCvar_t | ui_spScores3 |
| vmCvar_t | ui_spScores4 |
| vmCvar_t | ui_spScores5 |
| vmCvar_t | ui_spSelection |
| vmCvar_t | ui_spSkill |
| vmCvar_t | ui_spVideos |
| vmCvar_t | ui_team_fraglimit |
| vmCvar_t | ui_team_friendly |
| vmCvar_t | ui_team_timelimit |
| vmCvar_t | ui_tourney_fraglimit |
| vmCvar_t | ui_tourney_timelimit |
| uiInfo_t | uiInfo |
| uiStatic_t | uis |
| sfxHandle_t | weaponChangeSound |