DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
menudefs.qc File Reference

Go to the source code of this file.

Macros

#define GETGAMEDIRINFO_DESCRIPTION   1
 
#define GETGAMEDIRINFO_NAME   0
 

Functions

void addwantedhostcachekey (string key)
 
float altstr_count (string str)
 
string altstr_get (string str, float num)
 
string altstr_ins (string str, float num, string set)
 
string altstr_prepare (string str)
 
string altstr_set (string str, float num, string set)
 
string argv (float n)
 
float bound (float min, float value, float max)
 
void bprint (string text,...)
 
void callfunction (...)
 
float ceil (float f)
 
void centerprint (string text,...)
 
void changelevel (string map)
 
float checkextension (string ext)
 
string chr (float ascii)
 
void clientcommand (float client, string s)
 
float clientcount (void)
 
float clientstate (void)
 
void cmd (string command,...)
 
void copyentity (entity src, entity dst)
 
void coredump (void)
 
float cos (float f)
 
void coverage ()
 
void crash (void)
 
float cvar (string name)
 
const string cvar_defstring (string name)
 
void cvar_set (string name, string value)
 
const string cvar_string (string name)
 
void dprint (string text,...)
 
float drawcharacter (vector position, float character, vector scale, vector rgb, float alpha, float flag)
 
float drawcolorcodedstring (vector position, string text, vector scale, float alpha, float flag)
 
vector drawcolorcodedstring2 (vector position, string text, vector scale, vector rgb, float alpha, float flag)
 
float drawfill (vector position, vector size, vector rgb, float alpha, float flag)
 
vector drawgetimagesize (string pic)
 
float drawpic (vector position, string pic, vector size, vector rgb, float alpha, float flag)
 
void drawresetcliparea (void)
 
void drawsetcliparea (float x, float y, float width, float height)
 
float drawstring (vector position, string text, vector scale, vector rgb, float alpha, float flag)
 
float drawsubpic (vector position, vector size, string pic, vector srcPosition, vector srcSize, vector rgb, float alpha, float flag)
 
void eprint (entity e)
 
void error (string err,...)
 
float etof (entity ent)
 
string etos (entity e)
 
float fabs (float f)
 
void fclose (float fhandle)
 
string fgets (float fhandle)
 
entity find (entity start,.string field, string match)
 
entity findchainentity (.entity field, entity match)
 
entity findchainflags (.float field, float match)
 
entity findchainfloat (.float field, float match)
 
entity findchainstring (.string field, string match)
 
entity findentity (entity start,.entity field, entity match)
 
entity findflags (entity start,.float field, float match)
 
entity findfloat (entity start,.float field, float match)
 
 float () buf_create
 
 float (float caseinsensitive, string s,...) crc16
 
 float (float fieldnum, entity ent, string s) putentityfieldstring
 
 float (float i) crypto_getmyidstatus
 
 float (float key, string bind, float bindmap) setkeybind_bindmap
 
 float (string key) stringtokeynum
 
 float (string pattern, float caseinsensitive, float quiet, string packfile) search_packfile_begin
 
 float (string s, string separator1,...) tokenizebyseparator
 
 float (string s1, string s2) strcmp
 
 float (string str, float ofs) str2chr
 
 float (string str, string sub, float startpos) strstrofs
 
 float (string url, float id, string content_type, string data) uri_post
 
 float (string url, float id, string content_type, string delim, float buf) uri_postbuf
 
 float (string url, float id, string content_type, string delim, float buf, float keyid) crypto_uri_postbuf
 
 float (vector bm) setbindmaps
 
float floor (float f)
 
float fopen (string filename, float mode)
 
void fputs (float fhandle, string s)
 
void freepic (string name)
 
entity ftoe (float num)
 
string ftos (float f)
 
float gecko_create (string name)
 
void gecko_destroy (string name)
 
vector gecko_get_texture_extent (string name)
 
float gecko_keyevent (string name, float key, float eventtype)
 
void gecko_mousemove (string name, float x, float y)
 
void gecko_navigate (string name, string URI)
 
void gecko_resize (string name, float w, float h)
 
string getextresponse (void)
 
float gethostcacheindexforkey (string key)
 
float gethostcachenumber (float fld, float hostnr)
 
string gethostcachestring (float type, float hostnr)
 
float gethostcachevalue (float type)
 
float getkeydest (void)
 
vector getmousepos (void)
 
float getmousetarget (void)
 
vector getresolution (float number)
 
float gettime (void)
 
float iscachedpic (string name)
 
float isdemo ()
 
float isfunction (string function_name)
 
float isserver (void)
 
string keynumtostring (float keynum)
 
void loadfromdata (string data)
 
void loadfromfile (string file)
 
void localcmd (string command,...)
 
void localsound (string sample)
 
float log (float f)
 
float max (float f,...)
 
float min (float f,...)
 
float mod (float val, float m)
 
entity nextent (entity e)
 
vector normalize (vector v)
 
void objerror (string err,...)
 
void parseentitydata (entity ent, string data)
 
float pow (float a, float b)
 
string precache_file (string file)
 
string precache_pic (string name,...)
 
string precache_sound (string sample)
 
void print (string text,...)
 
float random (void)
 
vector randomvec (void)
 
void refreshhostcache (...)
 
float registercvar (string name, string value, float flags)
 
void remove (entity e)
 
void resethostcachemasks (void)
 
void resorthostcache (void)
 
float rint (float f)
 
float search_begin (string pattern, float caseinsensitive, float quiet)
 
void search_end (float handle)
 
string search_getfilename (float handle, float num)
 
float search_getsize (float handle)
 
void sethostcachemasknumber (float mask, float fld, float num, float op)
 
void sethostcachemaskstring (float mask, float fld, string str, float op)
 
void sethostcachesort (float fld, float slsf)
 
void setkeydest (float dest)
 
void setmousetarget (float trg)
 
float sin (float f)
 
entity spawn (void)
 
void sprint (float clientnum, string text,...)
 
float sqrt (float f)
 
void stackdump (void)
 
float stof (string val,...)
 
vector stov (string s)
 
const string str_cvar (string name)
 
string strcat (string s, string...)
 
 string (float bufhandle, string glue) buf_implode
 
 string (float c,...) chr2str
 
 string (float ccase, float calpha, float cnum, string s,...) strconv
 
 string (float chars, string s,...) strpad
 
 string (float fieldnum, entity ent) getentityfieldstring
 
 string (float i) crypto_getmykeyfp
 
 string (float key, float bindmap) getkeybind_bindmap
 
 string (string command, float bindmap) findkeysforcommand
 
 string (string digest, string data,...) digest_hex
 
 string (string format,...) sprintf
 
 string (string info, string key) infoget
 
 string (string info, string key, string value,...) infoadd
 
 string (string search, string replace, string subject) strreplace
 
 string (string serveraddress) crypto_getkeyfp
 
float stringwidth (string text, float handleColors, vector size)
 
float strlen (string s)
 
void strunzone (string s)
 
string strzone (string s)
 
string substring (string s, float start, float length)
 
float tokenize (string s)
 
void traceoff (void)
 
void traceon (void)
 
float validstring (string str)
 
vector vectoangles (vector v)
 
 vector (void) getbindmaps
 
float vectoyaw (vector v)
 
float vlen (vector v)
 
 void () m_init
 
 void (float bufhandle, float sortpower, float backward) buf_sort
 
 void (float bufhandle, float string_index, string str) bufstr_set
 
 void (float bufhandle, string pattern, string antipattern) buf_cvarlist
 
 void (float keynr, float ascii) m_keydown
 
 void (float mode) m_toggle
 
string vtos (vector v)
 
void WriteAngle (float data, float dest, float desto)
 
void WriteByte (float data, float dest, float desto)
 
void WriteChar (float data, float dest, float desto)
 
void WriteCoord (float data, float dest, float desto)
 
void WriteEntity (entity data, float dest, float desto)
 
void WriteLong (float data, float dest, float desto)
 
void WriteShort (float data, float dest, float desto)
 
void WriteString (string data, float dest, float desto)
 
void writetofile (float fhandle, entity ent)
 

Variables

float CRYPTO_IDSTATUS_EMPTY = 0
 
float CRYPTO_IDSTATUS_OUTOFRANGE = -1
 
float CRYPTO_IDSTATUS_SIGNED = 2
 
float CRYPTO_IDSTATUS_UNSIGNED = 1
 
float CS_CONNECTED = 2
 
float CS_DEDICATED = 0
 
float CS_DISCONNECTED = 1
 
float CVAR_TYPEFLAG_ENGINE = 8
 
float CVAR_TYPEFLAG_EXISTS = 1
 
float CVAR_TYPEFLAG_HASDESCRIPTION = 16
 
float CVAR_TYPEFLAG_PRIVATE = 4
 
float CVAR_TYPEFLAG_READONLY = 32
 
float CVAR_TYPEFLAG_SAVED = 2
 
float DRAWFLAG_2XMODULATE = 3
 
float DRAWFLAG_ADDITIVE = 1
 
float DRAWFLAG_MODULATE = 2
 
float DRAWFLAG_NORMAL = 0
 
float drawfont
 
void end_sys_fields
 
void end_sys_globals
 
float ERR_BADDRAWFLAG = -2
 
float ERR_BADFILENAME = -4
 
float ERR_BADSCALE = -3
 
float ERR_BADSIZE = -3
 
float ERR_CANNOTOPEN = -1
 
float ERR_INVALIDMODE = -3
 
float ERR_NOTCACHED = -4
 
float ERR_NOTENOUGHFILEHANDLES = -2
 
float ERR_NULLSTRING = -1
 
float FALSE = 0
 
float false = 0
 
float FIELD_ENTITY = 4
 
float FIELD_FLOAT = 2
 
float FIELD_FUNCTION = 6
 
float FIELD_STRING = 1
 
float FIELD_VECTOR = 3
 
float FILE_APPEND = 1
 
float FILE_READ = 0
 
float FILE_WRITE = 2
 
float FONT_CENTERPRINT = 5
 
float FONT_CHAT = 4
 
float FONT_CONSOLE = 1
 
float FONT_DEFAULT = 0
 
float FONT_INFOBAR = 6
 
float FONT_MENU = 7
 
float FONT_NOTIFY = 3
 
float FONT_SBAR = 2
 
float FONT_USER = 8
 
float GECKO_BUTTON_DOUBLECLICK = 3
 
float GECKO_BUTTON_DOWN = 0
 
float GECKO_BUTTON_PRESS = 2
 
float GECKO_BUTTON_UP = 1
 
float KEY_GAME = 0
 
float KEY_MENU = 2
 
float KEY_MENU_GRABBED = 3
 
float KEY_UNKNOWN = -1
 
float MSG_ALL = 2
 
float MSG_BROADCAST = 0
 
float MSG_INIT = 3
 
float MSG_ONE = 1
 
float MT_CLIENT = 2
 
float MT_MENU = 1
 
entity null_entity
 
float PRECACHE_PIC_FROMWAD = 1
 
float PRECACHE_PIC_MIPMAP = 8
 
float PRECACHE_PIC_NOTPERSISTENT = 2
 
entity self
 
float SLIST_HOSTCACHETOTALCOUNT = 1
 
float SLIST_HOSTCACHEVIEWCOUNT = 0
 
float SLIST_LEGACY_LINE1 = 1024
 
float SLIST_LEGACY_LINE2 = 1025
 
float SLIST_MASK_AND = 0
 
float SLIST_MASK_OR = 512
 
float SLIST_MASTERQUERYCOUNT = 2
 
float SLIST_MASTERREPLYCOUNT = 3
 
float SLIST_SERVERQUERYCOUNT = 4
 
float SLIST_SERVERREPLYCOUNT = 5
 
float SLIST_SORTDESCENDING = 7
 
float SLIST_SORTFIELD = 6
 
float SLIST_TEST_CONTAINS = 0
 
float SLIST_TEST_EQUAL = 4
 
float SLIST_TEST_GREATER = 5
 
float SLIST_TEST_GREATEREQUAL = 6
 
float SLIST_TEST_LESS = 3
 
float SLIST_TEST_LESSEQUAL = 2
 
float SLIST_TEST_NOTCONTAIN = 1
 
float SLIST_TEST_NOTEQUAL = 7
 
float SLIST_TEST_NOTSTARTSWITH = 9
 
float SLIST_TEST_STARTSWITH = 8
 
float SLSF_CATEGORIES = 4
 
float SLSF_DESCENDING = 1
 
float SLSF_FAVORITES = 2
 
float TRUE = 1
 
float true = 1
 

Macro Definition Documentation

◆ GETGAMEDIRINFO_DESCRIPTION

#define GETGAMEDIRINFO_DESCRIPTION   1

Definition at line 571 of file menudefs.qc.

◆ GETGAMEDIRINFO_NAME

#define GETGAMEDIRINFO_NAME   0

Definition at line 570 of file menudefs.qc.

Function Documentation

◆ addwantedhostcachekey()

void addwantedhostcachekey ( string key)

◆ altstr_count()

float altstr_count ( string str)

◆ altstr_get()

string altstr_get ( string str,
float num )

◆ altstr_ins()

string altstr_ins ( string str,
float num,
string set )

◆ altstr_prepare()

string altstr_prepare ( string str)

◆ altstr_set()

string altstr_set ( string str,
float num,
string set )

◆ argv()

◆ bound()

float bound ( float min,
float value,
float max )

◆ bprint()

void bprint ( string text,
... )

◆ callfunction()

void callfunction ( ...)

◆ ceil()

◆ centerprint()

void centerprint ( string text,
... )

◆ changelevel()

void changelevel ( string map)

◆ checkextension()

float checkextension ( string ext)

◆ chr()

string chr ( float ascii)

◆ clientcommand()

void clientcommand ( float client,
string s )

◆ clientcount()

float clientcount ( void )

◆ clientstate()

float clientstate ( void )

◆ cmd()

void cmd ( string command,
... )

Referenced by Call_MR_ToggleMenu_f(), Cbuf_AddText(), Cbuf_InsertText(), Cbuf_LinkString(), Cbuf_ParseText(), CD_f(), CL_Color_f(), CL_Connect_f(), CL_Disconnect_f(), CL_DownloadBegin_f(), CL_DownloadFinished_f(), CL_Fog_f(), CL_Fog_HeightTexture_f(), CL_ForwardToServer_f(), CL_FullInfo_f(), CL_FullServerinfo_f(), CL_IPLog_List_f(), CL_Locs_Add_f(), CL_Locs_Reload_f(), CL_Name_f(), CL_Packet_f(), CL_ParseServerMessage(), CL_Particles_LoadEffectInfo_f(), CL_PingPLReport_f(), CL_PlayDemo_f(), CL_PlayVideo_f(), CL_PQRcon_f(), CL_Rcon_f(), CL_Reconnect_f(), CL_Record_f(), CL_SendCvar_f(), CL_SendMove(), CL_SetInfo_f(), CL_Startdemos_f(), CL_TimeDemo_f(), CL_User_f(), Cmd_AddCommand(), Cmd_AddInterpreter(), Cmd_Alias_f(), Cmd_Apropos_f(), Cmd_Argc(), Cmd_Args(), Cmd_Argv(), Cmd_Callback(), Cmd_CheckParm(), Cmd_CL_Callback(), Cmd_ClearCSQCCommands(), Cmd_CompleteAlias(), Cmd_CompleteAliasBuildList(), Cmd_CompleteAliasCountPossible(), Cmd_CompleteAliasPrint(), Cmd_CompleteBuildList(), Cmd_CompleteCommand(), Cmd_CompleteCommandPrint(), Cmd_CompleteCountPossible(), Cmd_Defer_f(), Cmd_Echo_f(), Cmd_Exec(), Cmd_Exec_f(), Cmd_ExecuteAlias(), Cmd_ExecuteString(), Cmd_Exists(), Cmd_GetCvarValue(), Cmd_GetDirectCvarValue(), Cmd_List_f(), Cmd_PreprocessAndExecuteString(), Cmd_PreprocessString(), Cmd_RestoreInitState(), Cmd_SaveInitState(), Cmd_Shutdown(), Cmd_StuffCmds_f(), Cmd_SV_Callback(), Cmd_Toggle_f(), Cmd_TokenizeString(), Cmd_UnAlias_f(), Cmd_Wait_f(), Con_CommandMode_f(), Con_CompleteCommandLine(), Con_ConDump_f(), Con_Maps_f(), Con_MessageMode2_f(), Con_MessageMode_f(), Con_MsgCmdMode(), Crypto_HostKey_Clear_f(), Crypto_KeyGen_f(), Curl_CommandWhenDone(), Curl_CommandWhenError(), Curl_Curl_f(), Cvar_Command(), Cvar_Del_f(), Cvar_List_f(), Cvar_LockDefaults_f(), Cvar_ResetToDefaults_All_f(), Cvar_ResetToDefaults_NoSaveOnly_f(), Cvar_ResetToDefaults_SaveOnly_f(), Cvar_Set_f(), Cvar_SetA_f(), Cvar_UnlockDefaults(), Download_CheckExtensions(), FS_Dir_f(), FS_GameDir_f(), FS_ListDirectoryCmd(), FS_Ls_f(), FS_Which_f(), GL_TextureMode_f(), Host_AddConfigText(), Host_LoadConfig_f(), Host_SaveConfig_f(), Image_FixTransparentPixels_f(), IN_AttackDown(), IN_AttackUp(), IN_BackDown(), IN_BackUp(), IN_BestWeapon_f(), IN_BestWeapon_Register_f(), IN_Button10Down(), IN_Button10Up(), IN_Button11Down(), IN_Button11Up(), IN_Button12Down(), IN_Button12Up(), IN_Button13Down(), IN_Button13Up(), IN_Button14Down(), IN_Button14Up(), IN_Button15Down(), IN_Button15Up(), IN_Button16Down(), IN_Button16Up(), IN_Button3Down(), IN_Button3Up(), IN_Button4Down(), IN_Button4Up(), IN_Button5Down(), IN_Button5Up(), IN_Button6Down(), IN_Button6Up(), IN_Button7Down(), IN_Button7Up(), IN_Button8Down(), IN_Button8Up(), IN_Button9Down(), IN_Button9Up(), IN_DownDown(), IN_DownUp(), IN_ForwardDown(), IN_ForwardUp(), IN_Impulse(), IN_JumpDown(), IN_JumpUp(), IN_KLookDown(), IN_KLookUp(), IN_LeftDown(), IN_LeftUp(), IN_LookdownDown(), IN_LookdownUp(), IN_LookupDown(), IN_LookupUp(), IN_MLookDown(), IN_MLookUp(), IN_MoveleftDown(), IN_MoveleftUp(), IN_MoverightDown(), IN_MoverightUp(), IN_RightDown(), IN_RightUp(), IN_SpeedDown(), IN_SpeedUp(), IN_StrafeDown(), IN_StrafeUp(), IN_UpDown(), IN_UpUp(), IN_UseDown(), IN_UseUp(), Key_Bind_f(), Key_Console(), Key_Event(), Key_History_f(), Key_In_Bind_f(), Key_In_BindList_f(), Key_In_Bindmap_f(), Key_In_Unbind_f(), Key_Message(), Key_Parse_CommonKeys(), Key_Unbind_f(), KeyDown(), KeyUp(), LoadFont_f(), LoadSky_f(), M_Credits_Key(), M_Demo_Key(), M_GameOptions_Key(), M_Help_Key(), M_KeyEvent(), M_Keys_Key(), M_LanConfig_Key(), M_Load_Key(), M_Main_Key(), M_Menu_Options_Graphics_AdjustSliders(), M_Menu_ServerList_f(), M_ModList_Key(), M_MultiPlayer_Key(), M_Options_ColorControl_Key(), M_Options_Effects_Key(), M_Options_Graphics_Key(), M_Options_Key(), M_Reset_Key(), M_Save_Key(), M_ServerList_Key(), M_Setup_Key(), M_SinglePlayer_Key(), M_Transfusion_Episode_Key(), M_Transfusion_Skill_Key(), M_Video_Key(), MemList_f(), Mod_Decompile_f(), Mod_GenerateLightmaps_f(), Mod_Precache_f(), NetConn_ServerParsePacket(), PRVM_Breakpoint_f(), PRVM_CallProfile_f(), PRVM_ChildProfile_f(), PRVM_ED_Count_f(), PRVM_ED_EdictGet_f(), PRVM_ED_EdictSet_f(), PRVM_ED_GlobalGet_f(), PRVM_ED_PrintEdict_f(), PRVM_ED_PrintEdicts_f(), PRVM_EdictWatchpoint_f(), PRVM_Fields_f(), PRVM_GameCommand(), PRVM_GameCommand_Client_f(), PRVM_GameCommand_Menu_f(), PRVM_GameCommand_Server_f(), PRVM_Global_f(), PRVM_Globals_f(), PRVM_GlobalSet_f(), PRVM_GlobalWatchpoint_f(), PRVM_PrintFunction_f(), PRVM_Profile_f(), PRVM_Prog_Init(), QW_CL_NextUpload_f(), R_Envmap_f(), R_ReplaceWorldTexture_f(), R_Shadow_EditLights_Edit_f(), R_Shadow_EditLights_Spawn_f(), S_PauseSound_f(), S_Play2_f(), S_Play_Common(), S_Play_f(), S_PlayVol_f(), SCR_Centerprint_f(), SCR_InfoBar_f(), SCR_ScreenShot_f(), SendCvar_f(), SV_Changelevel_f(), SV_Color_f(), SV_Download_f(), SV_Ent_Create_f(), SV_Ent_Remove_All_f(), SV_Ent_Remove_f(), SV_Give_f(), SV_Kick_f(), SV_Loadgame_f(), SV_Map_f(), SV_MaxPlayers_f(), SV_Name_f(), SV_Pause_f(), SV_Ping_f(), SV_Playermodel_f(), SV_Playerskin_f(), SV_PModel_f(), SV_Rate_BurstSize_f(), SV_Rate_f(), SV_Restart_f(), SV_Savegame_f(), SV_Say(), SV_Say_f(), SV_Say_Team_f(), SV_SendCvar_f(), SV_Status_f(), SV_Tell_f(), SV_Viewframe_f(), SV_Viewmodel_f(), V_BonusFlash_f(), V_cshift_f(), and VM_findkeysforcommand().

◆ copyentity()

void copyentity ( entity src,
entity dst )

◆ coredump()

void coredump ( void )

◆ cos()

◆ coverage()

void coverage ( )

◆ crash()

void crash ( void )

Referenced by Mod_ForName(), and Mod_LoadModel().

◆ cvar()

◆ cvar_defstring()

const string cvar_defstring ( string name)

Referenced by VM_cvar_defstring().

◆ cvar_set()

void cvar_set ( string name,
string value )

◆ cvar_string()

const string cvar_string ( string name)

Referenced by VM_cvar_string().

◆ dprint()

void dprint ( string text,
... )

◆ drawcharacter()

float drawcharacter ( vector position,
float character,
vector scale,
vector rgb,
float alpha,
float flag )

◆ drawcolorcodedstring()

float drawcolorcodedstring ( vector position,
string text,
vector scale,
float alpha,
float flag )

◆ drawcolorcodedstring2()

vector drawcolorcodedstring2 ( vector position,
string text,
vector scale,
vector rgb,
float alpha,
float flag )

◆ drawfill()

float drawfill ( vector position,
vector size,
vector rgb,
float alpha,
float flag )

◆ drawgetimagesize()

vector drawgetimagesize ( string pic)

◆ drawpic()

float drawpic ( vector position,
string pic,
vector size,
vector rgb,
float alpha,
float flag )

◆ drawresetcliparea()

void drawresetcliparea ( void )

◆ drawsetcliparea()

void drawsetcliparea ( float x,
float y,
float width,
float height )

◆ drawstring()

float drawstring ( vector position,
string text,
vector scale,
vector rgb,
float alpha,
float flag )

◆ drawsubpic()

float drawsubpic ( vector position,
vector size,
string pic,
vector srcPosition,
vector srcSize,
vector rgb,
float alpha,
float flag )

◆ eprint()

void eprint ( entity e)

◆ error()

◆ etof()

float etof ( entity ent)

◆ etos()

string etos ( entity e)

◆ fabs()

float fabs ( float f)

Referenced by AngleVectorsDuke3DFLU(), CL_Beams_SetupBuiltinTexture(), CL_ClientMovement_Move(), CL_ClientMovement_Physics_AdjustAirAccelQW(), CL_ClientMovement_Physics_Walk(), CL_GeomLerp(), CL_Input(), CL_IsMoveInDirection(), CL_NetworkTimeReceived(), Collision_CalcPlanesForTriangleBrushFloat(), Collision_NewBrushFromPlanes(), Collision_ValidateBrush(), Com_CalcRoll(), DrawQ_Line(), EntityState_DeltaBits(), FindEqualOddVertexInArray(), FindFraction(), Font_IndexForSize(), M_DrawSlider(), M_Menu_Video_FindResolution(), Matrix4x4_Abs(), Mod_DARKPLACESMODEL_Load(), Mod_GenerateLightmaps_CreateTriangleInformation(), Mod_INTERQUAKEMODEL_Load(), Mod_OBJ_Load(), Mod_PSKMODEL_Load(), Mod_Q1BSP_Load(), Mod_Q2BSP_Load(), Mod_Q3BSP_Load(), Mod_ZYMOTICMODEL_Load(), PolygonD_QuadForPlane(), PolygonF_QuadForPlane(), R_DebugLine(), R_DecalSystem_SplatTriangle(), R_HDR_UpdateIrisAdaptation(), R_InitParticleTexture(), R_Mesh_AddBrushMeshFromPlanes(), R_Model_Sprite_Draw_TransparentCallback(), R_MotionBlurView(), R_RotateSprite(), R_Shadow_CalcBBoxSideMask(), R_Shadow_CalcSphereSideMask(), R_Shadow_CalcTriangleSideMask(), R_Shadow_CullFrustumSides(), R_Shadow_DrawModelShadowMaps(), R_Shadow_PrepareModelShadows(), R_TimeReport_EndFrame(), R_TrackSprite(), R_Water_AddWaterPlane(), RSurf_FindWaterPlaneForSurface(), S_StartSound_StartPosition_Flags(), SV_CanSeeBox(), SV_NewChaseDir(), SV_Physics_Toss(), SV_WalkMove(), SVBSP_InsertOccluderPolygonNodes(), V_DriftPitch(), VID_UpdateGamma(), VM_bitshift(), and VM_fabs().

◆ fclose()

void fclose ( float fhandle)

◆ fgets()

string fgets ( float fhandle)

◆ find()

entity find ( entity start,
.string field,
string match )

◆ findchainentity()

entity findchainentity ( .entity field,
entity match )

◆ findchainflags()

entity findchainflags ( .float field,
float match )

◆ findchainfloat()

entity findchainfloat ( .float field,
float match )

◆ findchainstring()

entity findchainstring ( .string field,
string match )

◆ findentity()

entity findentity ( entity start,
.entity field,
entity match )

◆ findflags()

entity findflags ( entity start,
.float field,
float match )

◆ findfloat()

entity findfloat ( entity start,
.float field,
float match )

◆ float() [1/15]

float ( )

Definition at line 53 of file shader_glsl.h.

◆ float() [2/15]

float ( float caseinsensitive,
string s,
... )

◆ float() [3/15]

float ( float fieldnum,
entity ent,
string s )

◆ float() [4/15]

float ( float i)

◆ float() [5/15]

float ( float key,
string bind,
float bindmap )

◆ float() [6/15]

float ( string key)

◆ float() [7/15]

float ( string pattern,
float caseinsensitive,
float quiet,
string packfile )

◆ float() [8/15]

float ( string s,
string separator1,
... )

◆ float() [9/15]

float ( string s1,
string s2 )

◆ float() [10/15]

float ( string str,
float ofs )

◆ float() [11/15]

float ( string str,
string sub,
float startpos )

◆ float() [12/15]

float ( string url,
float id,
string content_type,
string data )

◆ float() [13/15]

float ( string url,
float id,
string content_type,
string delim,
float buf )

◆ float() [14/15]

float ( string url,
float id,
string content_type,
string delim,
float buf,
float keyid )

◆ float() [15/15]

float ( vector bm)

◆ floor()

◆ fopen()

float fopen ( string filename,
float mode )

◆ fputs()

void fputs ( float fhandle,
string s )

◆ freepic()

void freepic ( string name)

◆ ftoe()

entity ftoe ( float num)

◆ ftos()

string ftos ( float f)

Referenced by float().

◆ gecko_create()

float gecko_create ( string name)

◆ gecko_destroy()

void gecko_destroy ( string name)

◆ gecko_get_texture_extent()

vector gecko_get_texture_extent ( string name)

◆ gecko_keyevent()

float gecko_keyevent ( string name,
float key,
float eventtype )

◆ gecko_mousemove()

void gecko_mousemove ( string name,
float x,
float y )

◆ gecko_navigate()

void gecko_navigate ( string name,
string URI )

◆ gecko_resize()

void gecko_resize ( string name,
float w,
float h )

◆ getextresponse()

string getextresponse ( void )

◆ gethostcacheindexforkey()

float gethostcacheindexforkey ( string key)

◆ gethostcachenumber()

float gethostcachenumber ( float fld,
float hostnr )

◆ gethostcachestring()

string gethostcachestring ( float type,
float hostnr )

◆ gethostcachevalue()

float gethostcachevalue ( float type)

◆ getkeydest()

float getkeydest ( void )

◆ getmousepos()

vector getmousepos ( void )

◆ getmousetarget()

float getmousetarget ( void )

◆ getresolution()

vector getresolution ( float number)

◆ gettime()

float gettime ( void )

◆ iscachedpic()

float iscachedpic ( string name)

◆ isdemo()

float isdemo ( )

◆ isfunction()

float isfunction ( string function_name)

◆ isserver()

float isserver ( void )

Referenced by SV_Savegame_to().

◆ keynumtostring()

string keynumtostring ( float keynum)

◆ loadfromdata()

void loadfromdata ( string data)

◆ loadfromfile()

void loadfromfile ( string file)

◆ localcmd()

void localcmd ( string command,
... )

◆ localsound()

void localsound ( string sample)

◆ log()

float log ( float f)

◆ max()

float max ( float f,
... )

◆ min()

float min ( float f,
... )

◆ mod()

float mod ( float val,
float m )

◆ nextent()

entity nextent ( entity e)

◆ normalize()

vector normalize ( vector v)

◆ objerror()

void objerror ( string err,
... )

◆ parseentitydata()

void parseentitydata ( entity ent,
string data )

◆ pow()

◆ precache_file()

string precache_file ( string file)

◆ precache_pic()

string precache_pic ( string name,
... )

◆ precache_sound()

string precache_sound ( string sample)

◆ print()

◆ random()

float random ( void )

Referenced by Image_GenerateConChars().

◆ randomvec()

vector randomvec ( void )

◆ refreshhostcache()

void refreshhostcache ( ...)

◆ registercvar()

float registercvar ( string name,
string value,
float flags )

◆ remove()

void remove ( entity e)

Referenced by FS_Close().

◆ resethostcachemasks()

void resethostcachemasks ( void )

◆ resorthostcache()

void resorthostcache ( void )

◆ rint()

float rint ( float f)

◆ search_begin()

float search_begin ( string pattern,
float caseinsensitive,
float quiet )

◆ search_end()

void search_end ( float handle)

◆ search_getfilename()

string search_getfilename ( float handle,
float num )

◆ search_getsize()

float search_getsize ( float handle)

◆ sethostcachemasknumber()

void sethostcachemasknumber ( float mask,
float fld,
float num,
float op )

◆ sethostcachemaskstring()

void sethostcachemaskstring ( float mask,
float fld,
string str,
float op )

◆ sethostcachesort()

void sethostcachesort ( float fld,
float slsf )

◆ setkeydest()

void setkeydest ( float dest)

◆ setmousetarget()

void setmousetarget ( float trg)

◆ sin()

◆ spawn()

entity spawn ( void )

◆ sprint()

void sprint ( float clientnum,
string text,
... )

◆ sqrt()

float sqrt ( float f)

Referenced by AnglesFromVectors(), AngleVectorsDuke3DFLU(), CL_Beam_AddPolygons(), CL_ClientMovement_Physics_CPM_PM_Aircontrol(), CL_ClientMovement_Physics_PM_Accelerate(), CL_Input(), CL_RelinkBeams(), Collision_ClipTrace_Line_Sphere(), Collision_TraceLineTriangleFloat(), convex_builder_add_point(), Font_Postprocess_Update(), Matrix4x4_CreateRotate(), Matrix4x4_FromDoom3Joint(), Matrix4x4_Invert_Simple(), Matrix4x4_Normalize(), Matrix4x4_Normalize3(), Matrix4x4_ScaleFromMatrix(), Matrix4x4_ToBonePose7s(), Matrix4x4_ToOrigin3Quat4Float(), Matrix4x4_TransformPositivePlane(), Matrix4x4_TransformStandardPlane(), Mod_Alias_CalculateBoundingBox(), Mod_BSP_FindNonSolidLocation_r_Triangle(), Mod_GenerateLightmaps_LightPoint(), Mod_GenerateLightmaps_SamplePoint(), Mod_IDS2_Load(), Mod_INTERQUAKEMODEL_Load(), Mod_Mesh_ComputeBounds(), Mod_OBJ_Load(), Mod_Q1BSP_Load(), Mod_Q2BSP_Load(), Mod_Q3BSP_Load(), Mod_ShadowMesh_CalcBBox(), Mod_Sprite_SharedSetup(), Mod_ZYMOTICMODEL_Load(), particletextureblotch(), PolygonD_QuadForPlane(), PolygonF_QuadForPlane(), R_Bloom_MakeTexture(), R_Bloom_StartFrame(), R_BuildNormalizationCube(), R_CompleteLightPoint(), R_InitParticleTexture(), R_Model_Sprite_Draw_TransparentCallback(), R_Shadow_BounceGrid_Slice(), R_Shadow_LoadLightsFile(), R_Shadow_MakeTextures_SamplePoint(), R_Shadow_PrepareLight(), R_Shadow_SelectLightInView(), R_StainNode(), R_TrackSprite(), RadiusFromBounds(), RadiusFromBoundsAndOrigin(), S_UpdateAmbientSounds(), Sbar_ShowFPS(), skyspherecalc(), SND_Spatialize_WithSfx(), SV_CheckVelocity(), SV_Frame(), SV_ThreadFunc(), SVBSP_PlaneFromPoints(), V_CalcRefdefUsing(), VectorNormalizeLength(), VM_normalize(), and VM_sqrt().

◆ stackdump()

void stackdump ( void )

◆ stof()

float stof ( string val,
... )

◆ stov()

vector stov ( string s)

◆ str_cvar()

const string str_cvar ( string name)

◆ strcat()

string strcat ( string s,
string...  )

◆ string() [1/14]

string ( float bufhandle,
string glue )

◆ string() [2/14]

string ( float c,
... )

◆ string() [3/14]

string ( float ccase,
float calpha,
float cnum,
string s,
... )

◆ string() [4/14]

string ( float chars,
string s,
... )

◆ string() [5/14]

string ( float fieldnum,
entity ent )

◆ string() [6/14]

string ( float i)

◆ string() [7/14]

string ( float key,
float bindmap )

◆ string() [8/14]

string ( string command,
float bindmap )

◆ string() [9/14]

string ( string digest,
string data,
... )

◆ string() [10/14]

string ( string format,
... )

◆ string() [11/14]

string ( string info,
string key )

◆ string() [12/14]

string ( string info,
string key,
string value,
... )

◆ string() [13/14]

string ( string search,
string replace,
string subject )

◆ string() [14/14]

string ( string serveraddress)

◆ stringwidth()

float stringwidth ( string text,
float handleColors,
vector size )

◆ strlen()

float strlen ( string s)

Referenced by _Mem_strdup(), BufStr_Set(), Cbuf_AddText(), Cbuf_InsertText(), CDAudio_Play_byName(), CheckPendingDownloads(), CL_DrawVideo(), CL_ForwardToServer(), CL_IPLog_Add(), CL_IPLog_List_f(), CL_Locs_AddNode(), CL_Name_f(), CL_Packet_f(), CL_ParseEntityLump(), CL_ParseServerInfo(), CL_ParseServerMessage(), CL_PQRcon_f(), CL_Rcon_f(), CL_VM_Event_Sound(), Cmd_Alias_f(), Cmd_CompleteAlias(), Cmd_CompleteAliasBuildList(), Cmd_CompleteAliasCountPossible(), Cmd_CompleteAliasPrint(), Cmd_CompleteBuildList(), Cmd_CompleteCommand(), Cmd_CompleteCommandPrint(), Cmd_CompleteCountPossible(), Cmd_Defer_f(), Cmd_Exec(), Cmd_GetCvarValue(), Cmd_GetDirectCvarValue(), Cmd_List_f(), Cmd_StuffCmds_f(), Cmd_TokenizeString(), COM_InsertFlags(), COM_ReadAndTokenizeLine(), CompressedImageCache_Add(), CompressedImageCache_Find(), Con_CompleteCommandLine(), Con_ConDump_f(), Con_DisplayLineFunc(), Con_DisplayList(), Con_DrawInput(), Con_DrawNotifyRect(), Con_MaskPrint(), Crypto_ClearHostKey(), Crypto_ClientError(), Crypto_KeyGen_f(), Crypto_RetrieveHostKey(), Crypto_ServerError(), Crypto_StoreHostKey(), Curl_Begin(), Curl_SendRequirement(), Curl_SendRequirements(), Cvar_CompleteBuildList(), Cvar_CompleteCountPossible(), Cvar_CompleteCvarPrint(), Cvar_CompleteVariable(), Cvar_FindVar(), Cvar_FindVarLink(), Cvar_Link(), Cvar_LockDefaults_f(), Cvar_RegisterVirtual(), Cvar_SetQuick_Internal(), detect_match_rule(), dpvsimpledecode_open(), Draw_CachePic_Flags(), Draw_FreePic(), Draw_NewPic(), Font_LoadFile(), FS_AddGameDirectory(), FS_AddPack_Fullpath(), FS_CheckNastyPath(), FS_DefaultExtension(), FS_Init_Dir(), FS_ListDirectory(), FS_Print(), FS_Search(), GetMapList(), hmac_mdfour_challenge_matching(), hmac_mdfour_time_matching(), Host_InitSession(), InfoString_GetValue(), InfoString_SetValue(), jam_open(), Key_AddChar(), Key_Event(), Key_History_Down(), Key_History_f(), Key_History_Find_All(), Key_History_Find_Backwards(), Key_History_Find_Forwards(), Key_History_First(), Key_History_Get_foundCommand(), Key_History_Last(), Key_History_Push(), Key_History_Up(), Key_Message(), Key_Parse_CommonKeys(), Key_SetBinding(), LHNETADDRESS_FromString(), LibAvW_OpenVideo(), LoadSubtitles(), Log_ConPrint(), M_GameOptions_Draw(), M_GameOptions_Key(), M_LanConfig_Draw(), M_LanConfig_Key(), M_Main_Draw(), M_Options_PrintCheckbox(), M_Options_PrintSlider(), M_Quit_Draw(), M_ServerList_Draw(), M_Setup_Draw(), M_Setup_Key(), main(), Mod_Decompile_f(), Mod_LoadQ3Shaders(), Mod_LookupQ3Shader(), Mod_Q1BSP_LoadTextures(), Mod_Q1BSP_ParseWadsFromEntityLump(), Mod_Q3BSP_LoadEntities(), ModList_RebuildList(), MSG_WriteString(), MSG_WriteUnterminatedString(), NetConn_ClientParsePacket(), NetConn_ServerParsePacket(), NetConn_WriteString(), Nicks_CutMatchesAlphaNumeric(), Nicks_CutMatchesNormal(), Nicks_CutMatchesNoSpaces(), PRVM_ED_ParseEpair(), PRVM_ED_Print(), PRVM_ED_Write(), PRVM_Fields_f(), PRVM_GameCommand(), PRVM_PO_Load(), PRVM_PO_Lookup(), PRVM_PrintStatement(), PRVM_Prog_Load(), PutWithNul(), Q3Shader_AddToHash(), QW_CL_ParseModelList(), QW_CL_ParseSoundList(), R_InitShaderModeInfo(), R_LoadTextureDDSFile(), R_SetSkyBox(), R_ShaderStrCat(), R_Shadow_LoadWorldLights(), R_Shadow_LoadWorldLightsFromMap_LightArghliteTyrlite(), R_Shadow_SaveWorldLights(), R_SkinFrame_Find(), R_SkinFrame_FindNextByName(), R_TimeReport_EndFrame(), RCon_Authenticate(), RCon_Execute(), S_FindName(), S_LoadSound(), Sbar_SoloScoreboard(), SCR_CaptureVideo_Avi_BeginVideo(), SCR_CaptureVideo_RIFF_WriteFourCC(), SCR_CaptureVideo_RIFF_WriteTerminatedString(), SCR_Centerprint_f(), SCR_DrawCenterString(), SCR_DrawCurlDownload(), SCR_DrawInfobarString(), SCR_DrawLoadingStack_r(), SCR_DrawQWDownload(), SCR_ScreenShot_f(), stringlistappend(), SV_Kick_f(), SV_Name_f(), SV_ReadClientMessage(), SV_SaveEntFile_f(), SV_Say(), SV_Tell_f(), Sys_HandleCrash(), Sys_HandleSignal(), Sys_SDL_GetClipboardData(), Sys_TimeString(), u8_bytelen(), u8_byteofs(), u8_strlen(), u8_strnlen(), VM_buf_copy(), VM_buf_cvarlist(), VM_buf_implode(), VM_buf_loadfile(), VM_buf_writefile(), VM_bufstr_add(), VM_bufstr_find(), VM_bufstr_get(), VM_CL_getextresponse(), VM_CL_gettaginfo(), VM_CL_lightstyle(), VM_CL_serverkey(), VM_CL_skel_get_bonename(), VM_cvar_defstring(), VM_cvar_description(), VM_cvar_string(), VM_getentityfieldstring(), VM_getkeybind(), VM_getsurfacetexture(), VM_infoadd(), VM_infoget(), VM_keynumtostring(), VM_M_crypto_getidfp(), VM_M_crypto_getkeyfp(), VM_M_crypto_getmyidfp(), VM_M_crypto_getmykeyfp(), VM_M_getgamedirinfo(), VM_matchpattern(), VM_search_getfilename(), VM_SetTraceGlobals(), VM_str2chr(), VM_strireplace(), VM_strreplace(), VM_strstrofs(), VM_SV_clientcommand(), VM_SV_getextresponse(), VM_SV_gettaginfo(), VM_SV_serverkey(), VM_SV_skel_get_bonename(), VM_tokenizebyseparator(), VM_uri_get(), VM_VarString(), and VM_whichpack().

◆ strunzone()

void strunzone ( string s)

◆ strzone()

string strzone ( string s)

◆ substring()

string substring ( string s,
float start,
float length )

◆ tokenize()

float tokenize ( string s)

◆ traceoff()

void traceoff ( void )

◆ traceon()

void traceon ( void )

◆ validstring()

float validstring ( string str)

◆ vectoangles()

vector vectoangles ( vector v)

◆ vector()

vector ( void )

◆ vectoyaw()

float vectoyaw ( vector v)

◆ vlen()

float vlen ( vector v)

◆ void() [1/6]

void ( )

◆ void() [2/6]

void ( float bufhandle,
float sortpower,
float backward )

◆ void() [3/6]

void ( float bufhandle,
float string_index,
string str )

◆ void() [4/6]

void ( float bufhandle,
string pattern,
string antipattern )

◆ void() [5/6]

void ( float keynr,
float ascii )

◆ void() [6/6]

void ( float mode)

◆ vtos()

string vtos ( vector v)

Referenced by float().

◆ WriteAngle()

void WriteAngle ( float data,
float dest,
float desto )

◆ WriteByte()

void WriteByte ( float data,
float dest,
float desto )

◆ WriteChar()

void WriteChar ( float data,
float dest,
float desto )

◆ WriteCoord()

void WriteCoord ( float data,
float dest,
float desto )

◆ WriteEntity()

void WriteEntity ( entity data,
float dest,
float desto )

◆ WriteLong()

void WriteLong ( float data,
float dest,
float desto )

◆ WriteShort()

void WriteShort ( float data,
float dest,
float desto )

◆ WriteString()

void WriteString ( string data,
float dest,
float desto )

◆ writetofile()

void writetofile ( float fhandle,
entity ent )

Variable Documentation

◆ CRYPTO_IDSTATUS_EMPTY

float CRYPTO_IDSTATUS_EMPTY = 0

Definition at line 363 of file menudefs.qc.

◆ CRYPTO_IDSTATUS_OUTOFRANGE

float CRYPTO_IDSTATUS_OUTOFRANGE = -1

Definition at line 362 of file menudefs.qc.

◆ CRYPTO_IDSTATUS_SIGNED

float CRYPTO_IDSTATUS_SIGNED = 2

Definition at line 365 of file menudefs.qc.

◆ CRYPTO_IDSTATUS_UNSIGNED

float CRYPTO_IDSTATUS_UNSIGNED = 1

Definition at line 364 of file menudefs.qc.

◆ CS_CONNECTED

float CS_CONNECTED = 2

Definition at line 71 of file menudefs.qc.

◆ CS_DEDICATED

float CS_DEDICATED = 0

Definition at line 69 of file menudefs.qc.

◆ CS_DISCONNECTED

float CS_DISCONNECTED = 1

Definition at line 70 of file menudefs.qc.

◆ CVAR_TYPEFLAG_ENGINE

float CVAR_TYPEFLAG_ENGINE = 8

Definition at line 432 of file menudefs.qc.

◆ CVAR_TYPEFLAG_EXISTS

float CVAR_TYPEFLAG_EXISTS = 1

Definition at line 429 of file menudefs.qc.

◆ CVAR_TYPEFLAG_HASDESCRIPTION

float CVAR_TYPEFLAG_HASDESCRIPTION = 16

Definition at line 433 of file menudefs.qc.

◆ CVAR_TYPEFLAG_PRIVATE

float CVAR_TYPEFLAG_PRIVATE = 4

Definition at line 431 of file menudefs.qc.

◆ CVAR_TYPEFLAG_READONLY

float CVAR_TYPEFLAG_READONLY = 32

Definition at line 434 of file menudefs.qc.

◆ CVAR_TYPEFLAG_SAVED

float CVAR_TYPEFLAG_SAVED = 2

Definition at line 430 of file menudefs.qc.

◆ DRAWFLAG_2XMODULATE

float DRAWFLAG_2XMODULATE = 3

Definition at line 79 of file menudefs.qc.

◆ DRAWFLAG_ADDITIVE

float DRAWFLAG_ADDITIVE = 1

Definition at line 77 of file menudefs.qc.

◆ DRAWFLAG_MODULATE

float DRAWFLAG_MODULATE = 2

Definition at line 78 of file menudefs.qc.

◆ DRAWFLAG_NORMAL

float DRAWFLAG_NORMAL = 0

Definition at line 76 of file menudefs.qc.

◆ drawfont

float drawfont

Definition at line 137 of file menudefs.qc.

◆ end_sys_fields

void end_sys_fields

Definition at line 12 of file menudefs.qc.

◆ end_sys_globals

void end_sys_globals

Definition at line 7 of file menudefs.qc.

◆ ERR_BADDRAWFLAG

float ERR_BADDRAWFLAG = -2

Definition at line 98 of file menudefs.qc.

◆ ERR_BADFILENAME

float ERR_BADFILENAME = -4

Definition at line 93 of file menudefs.qc.

◆ ERR_BADSCALE

float ERR_BADSCALE = -3

Definition at line 99 of file menudefs.qc.

◆ ERR_BADSIZE

float ERR_BADSIZE = -3

Definition at line 100 of file menudefs.qc.

◆ ERR_CANNOTOPEN

float ERR_CANNOTOPEN = -1

Definition at line 90 of file menudefs.qc.

◆ ERR_INVALIDMODE

float ERR_INVALIDMODE = -3

Definition at line 92 of file menudefs.qc.

◆ ERR_NOTCACHED

float ERR_NOTCACHED = -4

Definition at line 101 of file menudefs.qc.

◆ ERR_NOTENOUGHFILEHANDLES

float ERR_NOTENOUGHFILEHANDLES = -2

Definition at line 91 of file menudefs.qc.

◆ ERR_NULLSTRING

float ERR_NULLSTRING = -1

Definition at line 97 of file menudefs.qc.

◆ FALSE

float FALSE = 0

Definition at line 44 of file menudefs.qc.

◆ false

float false = 0

Definition at line 50 of file menudefs.qc.

◆ FIELD_ENTITY

float FIELD_ENTITY = 4

Definition at line 535 of file menudefs.qc.

◆ FIELD_FLOAT

float FIELD_FLOAT = 2

Definition at line 533 of file menudefs.qc.

◆ FIELD_FUNCTION

float FIELD_FUNCTION = 6

Definition at line 536 of file menudefs.qc.

◆ FIELD_STRING

float FIELD_STRING = 1

Definition at line 532 of file menudefs.qc.

◆ FIELD_VECTOR

float FIELD_VECTOR = 3

Definition at line 534 of file menudefs.qc.

◆ FILE_APPEND

float FILE_APPEND = 1

Definition at line 37 of file menudefs.qc.

◆ FILE_READ

float FILE_READ = 0

Definition at line 36 of file menudefs.qc.

◆ FILE_WRITE

float FILE_WRITE = 2

Definition at line 38 of file menudefs.qc.

◆ FONT_CENTERPRINT

float FONT_CENTERPRINT = 5

Definition at line 133 of file menudefs.qc.

◆ FONT_CHAT

float FONT_CHAT = 4

Definition at line 132 of file menudefs.qc.

◆ FONT_CONSOLE

float FONT_CONSOLE = 1

Definition at line 129 of file menudefs.qc.

◆ FONT_DEFAULT

float FONT_DEFAULT = 0

Definition at line 128 of file menudefs.qc.

◆ FONT_INFOBAR

float FONT_INFOBAR = 6

Definition at line 134 of file menudefs.qc.

◆ FONT_MENU

float FONT_MENU = 7

Definition at line 135 of file menudefs.qc.

◆ FONT_NOTIFY

float FONT_NOTIFY = 3

Definition at line 131 of file menudefs.qc.

◆ FONT_SBAR

float FONT_SBAR = 2

Definition at line 130 of file menudefs.qc.

◆ FONT_USER

float FONT_USER = 8

Definition at line 136 of file menudefs.qc.

◆ GECKO_BUTTON_DOUBLECLICK

float GECKO_BUTTON_DOUBLECLICK = 3

Definition at line 380 of file menudefs.qc.

◆ GECKO_BUTTON_DOWN

float GECKO_BUTTON_DOWN = 0

Definition at line 375 of file menudefs.qc.

◆ GECKO_BUTTON_PRESS

float GECKO_BUTTON_PRESS = 2

Definition at line 378 of file menudefs.qc.

◆ GECKO_BUTTON_UP

float GECKO_BUTTON_UP = 1

Definition at line 376 of file menudefs.qc.

◆ KEY_GAME

float KEY_GAME = 0

Definition at line 29 of file menudefs.qc.

◆ KEY_MENU

float KEY_MENU = 2

Definition at line 30 of file menudefs.qc.

◆ KEY_MENU_GRABBED

float KEY_MENU_GRABBED = 3

Definition at line 31 of file menudefs.qc.

◆ KEY_UNKNOWN

float KEY_UNKNOWN = -1

Definition at line 28 of file menudefs.qc.

◆ MSG_ALL

float MSG_ALL = 2

Definition at line 57 of file menudefs.qc.

◆ MSG_BROADCAST

float MSG_BROADCAST = 0

Definition at line 55 of file menudefs.qc.

◆ MSG_INIT

float MSG_INIT = 3

Definition at line 58 of file menudefs.qc.

◆ MSG_ONE

float MSG_ONE = 1

Definition at line 56 of file menudefs.qc.

◆ MT_CLIENT

float MT_CLIENT = 2

Definition at line 64 of file menudefs.qc.

◆ MT_MENU

float MT_MENU = 1

Definition at line 63 of file menudefs.qc.

◆ null_entity

entity null_entity

Definition at line 84 of file menudefs.qc.

◆ PRECACHE_PIC_FROMWAD

float PRECACHE_PIC_FROMWAD = 1

Definition at line 415 of file menudefs.qc.

◆ PRECACHE_PIC_MIPMAP

float PRECACHE_PIC_MIPMAP = 8

Definition at line 417 of file menudefs.qc.

◆ PRECACHE_PIC_NOTPERSISTENT

float PRECACHE_PIC_NOTPERSISTENT = 2

Definition at line 416 of file menudefs.qc.

◆ self

entity self

Definition at line 4 of file menudefs.qc.

◆ SLIST_HOSTCACHETOTALCOUNT

float SLIST_HOSTCACHETOTALCOUNT = 1

Definition at line 105 of file menudefs.qc.

◆ SLIST_HOSTCACHEVIEWCOUNT

float SLIST_HOSTCACHEVIEWCOUNT = 0

Definition at line 104 of file menudefs.qc.

◆ SLIST_LEGACY_LINE1

float SLIST_LEGACY_LINE1 = 1024

Definition at line 112 of file menudefs.qc.

◆ SLIST_LEGACY_LINE2

float SLIST_LEGACY_LINE2 = 1025

Definition at line 113 of file menudefs.qc.

◆ SLIST_MASK_AND

float SLIST_MASK_AND = 0

Definition at line 124 of file menudefs.qc.

◆ SLIST_MASK_OR

float SLIST_MASK_OR = 512

Definition at line 125 of file menudefs.qc.

◆ SLIST_MASTERQUERYCOUNT

float SLIST_MASTERQUERYCOUNT = 2

Definition at line 106 of file menudefs.qc.

◆ SLIST_MASTERREPLYCOUNT

float SLIST_MASTERREPLYCOUNT = 3

Definition at line 107 of file menudefs.qc.

◆ SLIST_SERVERQUERYCOUNT

float SLIST_SERVERQUERYCOUNT = 4

Definition at line 108 of file menudefs.qc.

◆ SLIST_SERVERREPLYCOUNT

float SLIST_SERVERREPLYCOUNT = 5

Definition at line 109 of file menudefs.qc.

◆ SLIST_SORTDESCENDING

float SLIST_SORTDESCENDING = 7

Definition at line 111 of file menudefs.qc.

◆ SLIST_SORTFIELD

float SLIST_SORTFIELD = 6

Definition at line 110 of file menudefs.qc.

◆ SLIST_TEST_CONTAINS

float SLIST_TEST_CONTAINS = 0

Definition at line 114 of file menudefs.qc.

◆ SLIST_TEST_EQUAL

float SLIST_TEST_EQUAL = 4

Definition at line 118 of file menudefs.qc.

◆ SLIST_TEST_GREATER

float SLIST_TEST_GREATER = 5

Definition at line 119 of file menudefs.qc.

◆ SLIST_TEST_GREATEREQUAL

float SLIST_TEST_GREATEREQUAL = 6

Definition at line 120 of file menudefs.qc.

◆ SLIST_TEST_LESS

float SLIST_TEST_LESS = 3

Definition at line 117 of file menudefs.qc.

◆ SLIST_TEST_LESSEQUAL

float SLIST_TEST_LESSEQUAL = 2

Definition at line 116 of file menudefs.qc.

◆ SLIST_TEST_NOTCONTAIN

float SLIST_TEST_NOTCONTAIN = 1

Definition at line 115 of file menudefs.qc.

◆ SLIST_TEST_NOTEQUAL

float SLIST_TEST_NOTEQUAL = 7

Definition at line 121 of file menudefs.qc.

◆ SLIST_TEST_NOTSTARTSWITH

float SLIST_TEST_NOTSTARTSWITH = 9

Definition at line 123 of file menudefs.qc.

◆ SLIST_TEST_STARTSWITH

float SLIST_TEST_STARTSWITH = 8

Definition at line 122 of file menudefs.qc.

◆ SLSF_CATEGORIES

float SLSF_CATEGORIES = 4

Definition at line 596 of file menudefs.qc.

◆ SLSF_DESCENDING

float SLSF_DESCENDING = 1

Definition at line 594 of file menudefs.qc.

◆ SLSF_FAVORITES

float SLSF_FAVORITES = 2

Definition at line 595 of file menudefs.qc.

◆ TRUE

float TRUE = 1

Definition at line 43 of file menudefs.qc.

◆ true

float true = 1

Definition at line 49 of file menudefs.qc.