Xonotic
menudefs.qc File Reference
+ This graph shows which files directly or indirectly include this file:

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 (float key, string bind, float bindmap) setkeybind_bindmap
 
 float (vector bm) setbindmaps
 
 float (string key) stringtokeynum
 
 float (float i) crypto_getmyidstatus
 
 float (string url, float id, string content_type, string delim, float buf, float keyid) crypto_uri_postbuf
 
 float (string str, string sub, float startpos) strstrofs
 
 float (string str, float ofs) str2chr
 
 float (string s1, string s2) strcmp
 
 float (float caseinsensitive, string s,...) crc16
 
 float () buf_create
 
 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 (float fieldnum, entity ent, string s) putentityfieldstring
 
 float (string pattern, float caseinsensitive, float quiet, string packfile) search_packfile_begin
 
 float (string s, string separator1,...) tokenizebyseparator
 
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 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 s1, string s2,...)
 
 string (float key, float bindmap) getkeybind_bindmap
 
 string (string command, float bindmap) findkeysforcommand
 
 string (string serveraddress) crypto_getkeyfp
 
 string (float i) crypto_getmykeyfp
 
 string (float c,...) chr2str
 
 string (float ccase, float calpha, float cnum, string s,...) strconv
 
 string (float chars, string s,...) strpad
 
 string (string info, string key, string value,...) infoadd
 
 string (string info, string key) infoget
 
 string (float bufhandle, string glue) buf_implode
 
 string (string digest, string data,...) digest_hex
 
 string (float fieldnum, entity ent) getentityfieldstring
 
 string (string search, string replace, string subject) strreplace
 
 string (string format,...) sprintf
 
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 keynr, float ascii) m_keydown
 
 void (float mode) m_toggle
 
 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
 
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 560 of file menudefs.qc.

Referenced by m_init().

◆ GETGAMEDIRINFO_NAME

#define GETGAMEDIRINFO_NAME   0

Definition at line 559 of file menudefs.qc.

Referenced by m_init().

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()

string argv ( float  n)

Referenced by _getcommandkey(), Accuracy_LoadLevels(), Ban_LoadBans(), BanCommand_ban(), BanCommand_kickban(), BanCommand_mute(), BanCommand_unban(), BanCommand_unmute(), bd_close_editor(), bd_load_piece(), bd_set_nextlevel(), bot_cmd_aim(), bot_cmd_aimtarget(), bot_cmd_sound(), bot_custom_weapon_priority_setup(), bot_setnameandstuff(), c4_move(), CampaignPostInit(), CampaignPreInit(), CampaignSaveCvar(), CategoryForEntry(), CheatCommand(), CheatsAllowed(), ClientCommand_autoswitch(), ClientCommand_clientversion(), ClientCommand_minigame(), ClientCommand_mv_getpicture(), ClientCommand_physics(), ClientCommand_selectteam(), ClientCommand_selfstuff(), ClientCommand_sentcvar(), ClientCommand_spectate(), ClientCommand_suggestmap(), ClientCommand_tell(), ClientCommand_voice(), ClientCommand_wpeditor(), Cmd_Scoreboard_SetFields(), CommonCommand_editmob(), CommonCommand_info(), CommonCommand_macro_command(), CommonCommand_macro_usage(), CommonCommand_records(), CommonCommand_who(), CSQC_ConsoleCommand(), db_dump(), db_load(), doBGMScript(), expr_evaluate(), FixPlayermodel(), fixPriorityList(), GameCommand(), GameCommand_adminmsg(), GameCommand_allspec(), GameCommand_animbench(), GameCommand_anticheat(), GameCommand_bot_cmd(), GameCommand_cointoss(), GameCommand_database(), GameCommand_defer_clear(), GameCommand_delrec(), GameCommand_effectindexdump(), GameCommand_gametype(), GameCommand_gettaginfo(), GameCommand_gotomap(), GameCommand_macro_command(), GameCommand_macro_usage(), GameCommand_moveplayer(), GameCommand_radarmap(), GameCommand_setbots(), GameCommand_stuffto(), GameCommand_trace(), GameCommand_warp(), GameTypeVote_DrawGameTypeItem(), GameTypeVote_GetMask(), GameTypeVote_Start(), GENERIC_COMMAND(), GenericCommand(), GenericCommand_addtolist(), GenericCommand_macro_command(), GenericCommand_macro_usage(), GenericCommand_maplist(), GenericCommand_qc_curl(), GenericCommand_removefromlist(), GenericCommand_rpn(), GenericCommand_runtest(), GenericCommand_settemp(), getAllHUDSkins(), getcurrentmod(), GetCvars(), GetCvars_handleFloat(), GetCvars_handleFloatOnce(), GetCvars_handleString(), GetField_fullspawndata(), GetIndexedEntity(), getladder(), getmaplist(), GetMaplistPosition(), GiveItems(), GiveRandomWeapons(), HUD_Main(), HUD_Minigame_InputEvent(), HUD_Panel_InputEvent(), HUD_Radar_InputEvent(), IsServerInList(), KeyBinder_Bind_Clear(), LoadMenuSkinValues(), LoadPlayerSounds(), LocalCommand_blurtest(), LocalCommand_boxparticles(), LocalCommand_create_scrshot_ent(), LocalCommand_debugmodel(), LocalCommand_handlevote(), LocalCommand_hud(), LocalCommand_localprint(), LocalCommand_macro_command(), LocalCommand_macro_usage(), LocalCommand_mv_download(), LocalCommand_sendcvar(), m_init_delayed(), Map_Check(), Map_Filename(), Map_Goto_SetFloat(), MapInfo_Get_ByName_NoFallbacks(), Maplist_Init(), MaplistMethod_Shuffle(), mapPriorityList(), MapVote_Init(), Monster_Sound_Precache(), Monster_Sounds_Load(), MUTATOR_HOOKFUNCTION(), nmm_in_mill(), nmm_in_mill_string(), OnlineBanList_SendBan(), OnlineBanList_SendUnban(), OnlineBanList_Think(), OnlineBanList_URI_Get_Callback(), pp_next_match(), PrecachePlayerSounds(), ps_move(), QuickMenu_InputEvent(), QuickMenu_Open(), QuickMenu_Page_Load(), RandomItems_ReplaceMapItem(), readplayerstartcvars(), replace_bind(), rewrapCampaign(), sandbox_ObjectPort_Load(), saveCvarsMulti(), set_platmovetype(), spawnfunc(), superspec_filteritem(), SV_ParseClientCommand(), swapInPriorityList(), trigger_race_checkpoint_verify(), ttt_next_match(), updateCheck(), UpdateNotification_URI_Get_Callback(), url_multi_fopen(), url_multi_ready(), url_URI_Get_Callback(), VoteCommand(), VoteCommand_checkargs(), VoteCommand_macro_help(), VoteCommand_master(), VoteCommand_parse(), W_Model(), waypoint_getSymmetricalAxis_cmd(), waypoint_getSymmetricalOrigin_cmd(), waypoint_load_hardwiredlinks(), waypoint_load_links(), waypoint_loadall(), weapon_defaultspawnfunc(), WeaponStats_ready(), XonoticKeyBinder_drawListBoxItem(), XonoticKeyBinder_keyGrabbed(), XonoticLanguageList_getLanguages(), XonoticMapList_g_maplistCacheToggle(), XonoticMapList_refilter(), XonoticParticlesSlider_saveCvars(), XonoticPlayerList_setPlayerList(), XonoticPlayList_addToPlayList(), XonoticPlayList_drawListBoxItem(), XonoticPlayList_removeSelectedFromPlayList(), XonoticResolutionSlider_addResolution(), XonoticResolutionSlider_saveCvars(), XonoticScoreboardFadeTimeSlider_saveCvars(), XonoticServerList_drawListBoxItem(), XonoticServerList_refreshServerList(), XonoticTextBox_setText(), XonoticTextSlider_loadCvars(), XonoticTextSlider_saveCvars(), XonoticWeaponarenaCheckBox_loadCvars(), XonoticWeaponsList_drawListBoxItem(), and XonoticWeaponsList_toString().

+ Here is the caller graph for this function:

◆ bound()

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

Referenced by _draw_SetClip(), AdjustAirAccelQW(), anim_update(), bobmodel_ofs(), bot_aim(), bot_aimdir(), bot_think(), calc_followmodel_ofs(), ClientKill_TeamChange(), compressShotOrigin(), Container_addItem(), cpicon_draw(), CPM_PM_Aircontrol(), CSQC_UpdateView(), CSQCModel_ApplyStairSmoothing(), CSQCModel_Effects_Apply(), CSQCModel_InterpolateAnimation_1To2_Do(), CSQCModel_InterpolateAnimation_2To4_Do(), CSQCPlayer_ApplyBobbing(), CSQCPlayer_ApplySmoothing(), CSQCPlayer_LOD_Apply(), CSQCPlayer_ModelAppearance_Apply(), ctf_Handle_Pickup(), ctf_Handle_Throw(), decompressShotOrigin(), DelayThink(), dom_DelayedInit(), DrawAmmoItem(), ExponentialFalloff(), FindConnectedComponent(), FireRailgunBullet(), fpscounter_update(), freezetag_Initialize(), GenericCommand_rpn(), get_closer_dest(), get_shotvelocity(), GetCurrentFov(), GrapplingHookThink(), Handicap_GetVoluntaryHandicap(), havocbot_chooseweapon(), havocbot_goalrating_ctf_enemyflag(), havocbot_goalrating_enemyplayers(), havocbot_keyboard_movement(), havocbot_movetogoal(), HUD_Ammo(), HUD_Configure_DrawGrid(), HUD_Contents(), HUD_Crosshair(), HUD_Damage(), Hud_Dynamic_Frame(), HUD_GetRowCount(), HUD_HealthArmor(), HUD_Mod_Keepaway(), HUD_Notify(), HUD_Panel_SetPos(), HUD_Physics(), HUD_Powerups(), HUD_Radar(), HUD_Radar_Mouse(), HUD_Score_Rankings(), Hud_Shake_Update(), HUD_StrafeHUD(), HUD_Timer_TimeLeft(), HUD_Weapons(), Image_setZoom(), Image_updateAspect(), InputBox_draw(), InputBox_resizeNotify(), InterpolateOrigin_Do(), invasion_DelayedInit(), Item_ItemsTime_Allow(), Item_PreDraw(), ItemDraw(), ItemSend(), kh_Initialize(), kh_Key_Damage(), kh_Key_Touch(), ListBox_scrollToItem(), ListBox_setSelected(), LMS_NewPlayerLives(), m_draw(), m_tooltip(), Maplist_Init(), MapVote_ReadOption(), median(), ModalController_switchState(), Monster_Damage(), Monster_Dead_Damage(), Monster_Frozen_Think(), Monster_Move(), Monster_Spawn(), Monster_Spawn_Setup(), Movetype_Physics_MatchTicrate(), MUTATOR_HOOKFUNCTION(), navigation_markroutes_checkwaypoint(), NET_HANDLE(), ons_GeneratorDamage(), ons_GeneratorHeal(), PingPLReport_Think(), PlayerCorpseDamage(), PlayerDamage(), PlayerPreThink(), PlayerThink(), PM_Accelerate(), PM_check_frozen(), PM_jetpack(), Portal_TeleportPlayer(), Projectile_Draw(), race_GetFractionalLapCount(), RadiusDamageForSource(), RandomSeed_Think(), rc_SetLimits(), ReadyCount(), REGISTER_MUTATOR(), sandbox_ObjectEdit_Scale(), sandbox_ObjectFunction_Touch(), Score_NicePrint(), Scoreboard_Draw(), Scoreboard_MakeTable(), set_tracewalk_dest(), set_tracewalk_dest_2(), skeleton_from_frames(), Slider_mouseDrag(), Spawn_Draw(), Spawn_WeightedPoint(), steerlib_arrive(), steerlib_attract(), steerlib_attract2(), steerlib_repel(), steerlib_wander(), StrafeHUD_drawGradient(), sys_phys_spectator_control(), tdm_DelayedInit(), tracewalk(), turret_draw2d(), turret_gib_draw(), update_mousepos(), UpdateAuxiliaryXhair(), vehicle_aimturret(), View_Ortho(), View_PostProcessing(), ViewLocation_Mouse(), viewmodel_draw(), VoteCommand_parse(), VoteCount(), WarpZone_Fade_PreDraw(), WarpZone_FindRadius_Recurse(), WarpZone_Touch(), WarpZoneLib_NearestPointOnBox(), waypoint_getlinkcost(), weapon_pickupevalfunc(), XonoticCampaignList_loadCvars(), XonoticColorpicker_draw(), XonoticCreditsList_draw(), XonoticKeyBinder_setSelected(), and XonoticPlayList_startSound().

+ Here is the caller graph for this function:

◆ bprint()

◆ callfunction()

void callfunction (   ...)

Referenced by ACCUMULATE_call(), and TEST_Run().

+ Here is the caller graph for this function:

◆ ceil()

◆ centerprint()

void centerprint ( string  text,
  ... 
)

Referenced by assault_objective_decrease_use(), door_touch(), GameCommand_adminmsg(), jumppad_push(), Say(), SUB_UseTargets_Ex(), superspec_msg(), target_items_use(), and trigger_keylock_touch().

+ Here is the caller graph for this function:

◆ changelevel()

void changelevel ( string  map)

Referenced by spawnfunc().

+ Here is the caller graph for this function:

◆ checkextension()

float checkextension ( string  ext)

Referenced by CSQC_UpdateView(), NET_HANDLE(), and REGISTER_MUTATOR().

+ Here is the caller graph for this function:

◆ chr()

string chr ( float  ascii)

Referenced by InputBox_keyDown(), and XonoticMapList_keyDown().

+ Here is the caller graph for this function:

◆ clientcommand()

void clientcommand ( float  client,
string  s 
)

Referenced by bot_execute_commands_once(), and SV_ParseClientCommand().

+ Here is the caller graph for this function:

◆ clientcount()

float clientcount ( void  )

◆ clientstate()

float clientstate ( void  )

Referenced by m_draw(), and m_gamestatus().

+ Here is the caller graph for this function:

◆ cmd()

void cmd ( string  command,
  ... 
)

Referenced by bot_command_executed(), CheatCommand(), CheckBox_Click_Redisplay(), CheckSendCvars(), GiveItems(), minigame_cmd_workaround(), QuickMenu_Page_Load(), and XonoticCommandButton_Click().

+ Here is the caller graph for this function:

◆ copyentity()

void copyentity ( entity  src,
entity  dst 
)

Referenced by clearentity(), W_AttachToShotorg(), and weapon_defaultspawnfunc().

+ Here is the caller graph for this function:

◆ coredump()

void coredump ( void  )

◆ cos()

◆ coverage()

void coverage ( )

◆ crash()

void crash ( void  )

◆ cvar()

float cvar ( string  name)

Referenced by _getcommandkey(), _MapInfo_Map_ApplyGametype(), _MapInfo_Map_ApplyGametypeEx(), _MapInfo_Parse_Settemp(), bot_cmd_eval(), Buff::Buff ::display(), buff_Available(), buff_Init(), CampaignPreIntermission(), checkCompatibility_newtoys(), checkCompatibility_pinata(), checkCompatibility_weaponarena_weapon(), CSQCPlayer_PostUpdate(), ctf_FlagSetup(), DisableServerBackwardsCompatibility(), Duel::Duel ::m_isForcedSupported(), expr_evaluate(), freezetag_Initialize(), GameCommand(), GameType_GetCount(), GetAmmoConsumptionQ3(), getwelcomemessage(), HUD_Configure_DrawGrid(), HUD_Panel_Chat_InputEvent(), HUD_Panel_InputEvent(), HUD_Weapons(), isInvisibleString(), Item_SetExpiring(), kh_Initialize(), Local_Notification(), m_draw(), m_gamestatus(), m_init(), m_play_click_sound(), m_play_focus_sound(), m_tooltip(), MapInfo_CurrentFeatures(), MapInfo_CurrentGametype(), MapInfo_ForbiddenFlags(), MapInfo_Get_ByName_NoFallbacks(), MapInfo_LoadMapSettings(), MapInfo_RequiredFlags(), Monster_Spawn(), MUTATOR_HOOKFUNCTION(), RandomItems_GetRandomInstagibItemClassName(), RandomItems_GetRandomItemClassNameWithProperty(), RandomItems_GetRandomOverkillItemClassName(), RandomItems_GetRandomVanillaItemClassName(), readlevelcvars(), readplayerstartcvars(), ReadyCount(), ReadyRestart(), REGISTER_MUTATOR(), setDependent_Check(), someShadowCvarIsEnabled(), SpawnBall(), spawnfunc(), STATIC_INIT(), TeamDeathmatch::TeamDeathmatch ::m_isForcedSupported(), texmemsize(), updateCheck(), UpdateConWidthHeight(), updateConwidths(), UpdateNotification_URI_Get_Callback(), View_Ortho(), View_PostProcessing(), WarpZone_FixView(), WarpZone_TraceToss_ThroughZone(), WarpZone_View_Inside(), weapon_defaultspawnfunc(), XonoticCampaignList_draw(), XonoticCampaignList_loadCvars(), XonoticCheckBox_loadCvars(), XonoticColorButton_loadCvars(), XonoticColorButton_saveCvars(), XonoticColorpicker_draw(), XonoticColorpickerString_loadCvars(), XonoticCreditsList_configureXonoticCreditsList(), XonoticCrosshairPicker_cellDraw(), XonoticCrosshairPreview_draw(), XonoticDecibelsSlider_loadCvars(), XonoticKeyBinder_drawListBoxItem(), XonoticMutatorsDialog_toString(), XonoticPicmipSlider_autofix(), XonoticPlayList_draw(), XonoticPlayList_drawListBoxItem(), XonoticPlayList_mouseDrag(), XonoticPlayList_pauseSound(), XonoticPlayList_removeSelectedFromPlayList(), XonoticPlayList_resumeSound(), XonoticPlayList_startSound(), XonoticPlayList_stopSound(), XonoticRadioButton_loadCvars(), XonoticResolutionSlider_draw(), XonoticScreenshotViewerDialog_close(), XonoticScreenshotViewerDialog_loadScreenshot(), XonoticServerList_drawListBoxItem(), XonoticSlider_loadCvars(), and XonoticTeamSelectDialog_showNotify().

+ Here is the caller graph for this function:

◆ cvar_defstring()

◆ cvar_set()

void cvar_set ( string  name,
string  value 
)

Referenced by _MapInfo_Map_ApplyGametype(), _MapInfo_Map_ApplyGametypeEx(), _MapInfo_Parse_Settemp(), assault_new_round(), autoskill(), Ban_SaveBans(), bot_getplace(), CampaignBailout(), CampaignPostInit(), CampaignPreInit(), CampaignSaveCvar(), CaptureTheFlag::CaptureTheFlag ::m_setTeams(), CategoryForEntry(), changematchtime(), ClanArena::ClanArena ::m_parse_mapinfo(), ClanArena::ClanArena ::m_setTeams(), ClientCommand_tell(), Close_Clicked(), Cmd_Scoreboard_SetFields(), CSQC_Demo_Camera(), CSQC_Init(), CSQC_UpdateView(), Curl_URI_Get_Callback(), cvar_settemp(), cvar_settemp_restore(), CvarList_Filter_ModifiedCvars(), CvarList_Revert_Click(), CvarList_Value_Change(), DisableServerBackwardsCompatibility(), Domination::Domination ::m_parse_mapinfo(), DoNextMapOverride(), FreezeTag::FreezeTag ::m_parse_mapinfo(), FreezeTag::FreezeTag ::m_setTeams(), GameLogEcho(), GameRules_limit_lead(), GameRules_limit_score(), GameRules_limit_time(), GameRules_limit_time_qualifying(), GameRules_teams(), GameTypeVote_SetGametype(), GenericCommand_addtolist(), GenericCommand_maplist(), GenericCommand_removefromlist(), GenericCommand_rpn(), GotoFirstMap(), GotoMap(), HUD_Chat(), HUD_Configure_Exit_Force(), HUD_Main(), HUD_Mod_Race(), HUD_Panel_FirstInDrawQ(), HUD_Panel_InputEvent(), HUD_Panel_SetPos(), HUD_Panel_SetPosSize(), InitiateOvertime(), InstantAction_LoadMap(), Invasion::Invasion ::m_parse_mapinfo(), invasion_DelayedInit(), KeyBinder_Bind_Clear(), KeyBinder_Bind_Reset_All(), KeyHunt::KeyHunt ::m_parse_mapinfo(), KeyHunt::KeyHunt ::m_setTeams(), LoadMenuSkinValues(), LocalCommand_hud(), m_draw(), m_init(), m_init_delayed(), Map_Goto_SetFloat(), Map_MarkAsRecent(), MapInfo_LoadMapSettings_SaveGameType(), MapInfo_SwitchGameType(), MapList_Add_All(), Maplist_Init(), MapList_Remove_All(), MaplistMethod_Shuffle(), MapVote_Init(), MapVote_Think(), MUTATOR_HOOKFUNCTION(), NextLevel(), PlayList_Remove_All(), Race::Race ::m_parse_mapinfo(), ReadyRestart_force(), RedirectionThink(), replace_bind(), saveCvarsMulti(), ShuffleMaplist(), Shutdown(), SoundList_Menu_Track_Change(), SoundList_Menu_Track_Reset(), spawnfunc(), StrafeHUD_CenterPanel(), StrafeHUD_ColorReset(), TeamDeathmatch::TeamDeathmatch ::m_parse_mapinfo(), TeamDeathmatch::TeamDeathmatch ::m_setTeams(), timeout_handler_think(), updateCheck(), updateCompression(), updateConwidths(), url_fclose(), url_single_fopen(), View_DemoCamera(), View_EventChase(), View_Ortho(), View_PostProcessing(), WarpZone_View_Inside(), WarpZone_View_Outside(), waypoint_getSymmetricalAxis_cmd(), waypoint_getSymmetricalOrigin_cmd(), waypoint_loadall(), WeaponsList_MoveDown_Click(), WeaponsList_MoveUp_Click(), WinningCondition_Assault(), XonoticCampaignList_campaignGo(), XonoticCampaignList_loadCvars(), XonoticCheckBox_saveCvars(), XonoticCheckBoxString_saveCvars(), XonoticColorButton_loadCvars(), XonoticColorButton_saveCvars(), XonoticColorpickerString_saveCvars(), XonoticCreditsList_configureXonoticCreditsList(), XonoticCrosshairPicker_cellSelect(), XonoticDecibelsSlider_saveCvars(), XonoticInputBox_saveCvars(), XonoticKeyBinder_editUserbind(), XonoticKeyBinder_keyGrabbed(), XonoticLanguageList_saveCvars(), XonoticMapList_g_maplistCacheToggle(), XonoticParticlesSlider_saveCvars(), XonoticPlayerModelSelector_saveCvars(), XonoticPlayList_addToPlayList(), XonoticPlayList_mouseDrag(), XonoticPlayList_removeSelectedFromPlayList(), XonoticPlayList_startSound(), XonoticPlayList_stopSound(), XonoticRadioButton_saveCvars(), XonoticResolutionSlider_saveCvars(), XonoticScoreboardFadeTimeSlider_saveCvars(), XonoticScreenshotViewerDialog_close(), XonoticScreenshotViewerDialog_loadScreenshot(), XonoticSkinList_saveCvars(), XonoticSlider_saveCvars(), XonoticTextSlider_saveCvars(), XonoticWeaponsList_draw(), and XonoticWeaponsList_mouseDrag().

+ Here is the caller graph for this function:

◆ cvar_string()

const string cvar_string ( string  name)

Referenced by _MapInfo_Map_ApplyGametype(), Accuracy_LoadColors(), bot_getplace(), Buff::Buff ::display(), CategoryForEntry(), checkCompatibility_newtoys(), checkCompatibility_pinata(), checkCompatibility_weaponarena_weapon(), CheckFirstRunButton(), CheckSendCvars(), ClientCommand_tell(), CommonCommand_info(), CSQC_Init(), ctf_FlagSetup(), cvar_changes_init(), cvar_or(), cvar_settemp(), CvarList_Load(), DoesQ3ARemoveThisEntity(), expr_evaluate(), firstRun_setLanguage(), GameItem::GameItem ::display(), GameTypeVote_AvailabilityStatus(), GameTypeVote_SendOption(), GameTypeVote_Type_FromString(), GENERIC_COMMAND(), GenericCommand_addtolist(), GenericCommand_maplist(), GenericCommand_removefromlist(), GenericCommand_rpn(), getcurrentmod(), gettooltip(), GL_CheckExtension(), HUD_Chat(), HUD_GetFontsize(), HUD_mouse_over(), HUD_Panel_LoadCvars(), KeyBinder_Bind_Edit(), LoadMenuSkinValues(), LocalCommand_sendcvar(), m_init(), m_init_delayed(), MapInfo_CurrentGametype(), MapInfo_Get_ByName_NoFallbacks(), Nade::Nade ::display(), RandomItems_GetItemReplacementClassNames(), readplayerstartcvars(), saveCvarsMulti(), setDependent_Check(), spawnfunc(), StatusEffects::StatusEffects ::display(), updateCheck(), UpdateConWidthHeight(), updateConwidths(), UpdateNotification_URI_Get_Callback(), View_PostProcessing(), VoteCommand_checkargs(), VoteCommand_macro_help(), waypoint_getSymmetricalAxis_cmd(), waypoint_getSymmetricalOrigin_cmd(), waypoint_loadall(), Weapon::Weapon ::display(), WeaponArenaString(), WeaponsList_MoveDown_Click(), WeaponsList_MoveUp_Click(), XonoticCampaignList_draw(), XonoticCampaignList_drawListBoxItem(), XonoticCampaignList_loadCvars(), XonoticCheckBoxString_loadCvars(), XonoticColorButton_loadCvars(), XonoticColorpickerString_loadCvars(), XonoticCrosshairPicker_configureXonoticCrosshairPicker(), XonoticCrosshairPreview_configureXonoticCrosshairPreview(), XonoticCrosshairPreview_draw(), XonoticCvarList_drawListBoxItem(), XonoticCvarList_setSelected(), XonoticFirstRunDialog_shouldShow(), XonoticInputBox_loadCvars(), XonoticKeyBinder_drawListBoxItem(), XonoticLanguageList_loadCvars(), XonoticLanguageList_setLanguage(), XonoticMapList_g_maplistCacheToggle(), XonoticMapList_refilter(), XonoticParticlesSlider_loadCvars(), XonoticPlayerModelSelector_loadCvars(), XonoticPlayList_addToPlayList(), XonoticPlayList_configureXonoticPlayList(), XonoticPlayList_draw(), XonoticPlayList_mouseDrag(), XonoticPlayList_removeSelectedFromPlayList(), XonoticPlayList_startSound(), XonoticProfileTab_draw(), XonoticRadioButton_loadCvars(), XonoticRadioButton_saveCvars(), XonoticResolutionSlider_loadCvars(), XonoticScoreboardFadeTimeSlider_loadCvars(), XonoticServerList_refreshServerList(), XonoticSkinList_loadCvars(), XonoticSoundList_drawListBoxItem(), XonoticTextSlider_loadCvars(), XonoticWeaponarenaCheckBox_loadCvars(), XonoticWeaponsList_draw(), XonoticWeaponsList_mouseDrag(), and XonoticWeaponsList_toString().

+ Here is the caller graph for this function:

◆ 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()

◆ drawgetimagesize()

vector drawgetimagesize ( string  pic)

◆ drawpic()

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

◆ drawresetcliparea()

void drawresetcliparea ( void  )

Referenced by draw_ClearClip(), DrawDomItem(), HUD_Radar(), and HUD_Weapons().

+ Here is the caller graph for this function:

◆ drawsetcliparea()

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

Referenced by _draw_SetClip(), draw_ClearClip(), DrawDomItem(), HUD_Radar(), and HUD_Weapons().

+ Here is the caller graph for this function:

◆ drawstring()

◆ drawsubpic()

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

◆ eprint()

void eprint ( entity  e)

Referenced by Draw_ShowNames_All(), InitializeEntitiesRun(), RegisterTeam(), and TeamScore_SendEntity().

+ Here is the caller graph for this function:

◆ error()

void error ( string  err,
  ... 
)

Referenced by AuditLists(), bot_dequeuecommand(), bot_readcommand(), buf_save(), CampaignBailout(), CampaignFile_Load(), CampaignLevelWarp(), CampaignSaveCvar(), CategoryOverride(), ClientCommand_minigame(), compressShortVector(), Container_addItem(), Container_moveItemAfter(), Container_removeItem(), Container_setFocus(), FindConnectedComponent(), GameCommand_trace(), getNewChildValue(), GetResourceLimit(), GotoNextMap(), GrapplingHookThink(), Handicap_SetForcedHandicap(), InstantAction_LoadMap(), m_init_delayed(), MapInfo_Get_ByName(), MapInfo_Get_ByName_NoFallbacks(), Maplist_Init(), MapVote_CheckRules_2(), Mutator_Add(), Mutator_Remove(), navigation_markroutes_inverted(), NET_HANDLE(), PlayerPreThink(), PlayerScore_Attach(), PlayerScore_Detach(), Portal_Think(), Portal_Touch(), REGISTER_MUTATOR(), RegisterPlayer(), RegisterTeam(), remove_except_protected(), remove_unsafely(), RemovePlayer(), RetrieveCategoryEnt(), SelectSpawnPoint(), spawnfunc(), TeamScore_AddToTeam(), TeamScore_GetCompareValue(), trigger_race_checkpoint_verify(), url_fclose(), url_fgets(), url_fputs(), url_URI_Get_Callback(), W_CalculateSpread(), W_SetupProjVelocity_Explicit(), WarpZone_Projectile_Touch(), WeaponStats_LogDamage(), XonoticPlayerModelSelector_loadModels(), XonoticServerList_draw(), XonoticTabController_makeTabButton_T(), and XonoticTextSlider_saveCvars().

+ Here is the caller graph for this function:

◆ etof()

◆ etos()

string etos ( entity  e)

Referenced by _dumptree_open(), botframe_autowaypoints_fix_from(), LinkDoors(), navigation_routerating(), ons_DelayedLinkSetup(), onslaught_updatelinks(), Pickup::Pickup ::show(), and waypoint_unreachable().

+ Here is the caller graph for this function:

◆ fabs()

float fabs ( float  f)

Referenced by _Movetype_FlyMove(), _Movetype_Physics_Walk(), AdjustAirAccelQW(), almost_equals_eps(), AnglesTransform_CancelRoll(), animdecide_setimplicitstate(), anticheat_physics(), bot_fixcount(), cbrt(), copysign(), CreatureFrame_FallDamage(), CSQCPlayer_CalcRoll(), door_reset(), DragBox_Think(), DrawCircleClippedPic(), DynamicHandicap_UpdateHandicap(), float2range11(), GenericCommand_rpn(), GeomLerp(), havocbot_bunnyhop(), havocbot_checkgoaldistance(), havocbot_movetogoal(), HUD_Chat(), HUD_Crosshair(), HUD_Damage(), Hud_Dynamic_Frame(), HUD_EngineInfo(), HUD_HealthArmor(), HUD_Panel_DrawStrafeHUD(), HUD_Powerups(), HUD_Score(), HUD_StrafeHUD(), HUD_Weapons(), ilogb(), InstantAction_LoadMap(), IsMoveInDirection(), lgamma(), ListBox_draw(), logb(), MUTATOR_HOOKFUNCTION(), navigation_routerating(), navigation_shortenpath(), nextafter(), nmm_tile_adjacent(), pathlib_h_diagonal(), pathlib_h_diagonal2(), pathlib_h_diagonal2sdp(), pathlib_h_diagonal3(), pathlib_h_manhattan(), pathlib_wateroutnode(), PM_Accelerate(), round_handler_Init(), Slider_configureSliderValues(), Slider_mouseDrag(), sys_phys_simulate(), TEST(), trigger_push_calculatevelocity(), trigger_push_test(), url_URI_Get_Callback(), vehicles_damage(), waypoint_getSymmetricalAxis_cmd(), waypoint_getSymmetricalOrigin_cmd(), waypoint_getSymmetricalPoint(), XonoticResolutionSlider_addResolution(), XonoticResolutionSlider_saveCvars(), and XonoticSlider_configureXonoticSlider().

+ Here is the caller graph for this function:

◆ fclose()

◆ fgets()

◆ find()

◆ findchainentity()

entity findchainentity ( .entity  field,
entity  match 
)

◆ findchainflags()

entity findchainflags ( .float  field,
float  match 
)

Referenced by find_bot_by_number().

+ Here is the caller graph for this function:

◆ findchainfloat()

entity findchainfloat ( .float  field,
float  match 
)

Referenced by havocbot_dodge(), and WarpZone_FindRadius().

+ Here is the caller graph for this function:

◆ findchainstring()

entity findchainstring ( .string  field,
string  match 
)

◆ findentity()

◆ findflags()

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

◆ findfloat()

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

Referenced by CSQCModel_AutoTagIndex_Apply(), CSQCModel_server2csqc(), HUD_MinigameMenu_ClickInvite(), LocalCommand_boxparticles(), and viewloc_PlayerPhysics().

+ Here is the caller graph for this function:

◆ float() [1/15]

float ( float  key,
string  bind,
float  bindmap 
)

◆ float() [2/15]

float ( vector  bm)

◆ float() [3/15]

float ( string  key)

◆ float() [4/15]

float ( float  i)

◆ float() [5/15]

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

◆ float() [6/15]

float ( string  str,
string  sub,
float  startpos 
)

◆ float() [7/15]

float ( string  str,
float  ofs 
)

◆ float() [8/15]

float ( string  s1,
string  s2 
)

◆ float() [9/15]

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

◆ float() [10/15]

float ( )

◆ float() [11/15]

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

◆ float() [12/15]

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

◆ float() [13/15]

float ( float  fieldnum,
entity  ent,
string  s 
)

◆ float() [14/15]

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

◆ float() [15/15]

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

◆ floor()

float floor ( float  f)

Referenced by _GameRules_scoring_add_float2int(), _Movetype_PushMove(), anglemods(), Announcer_Countdown(), Announcer_Gamestart(), anticheat_physics(), bot_aimdir(), bot_cmd_turn(), bot_fixcount(), bot_setnameandstuff(), clockedtime_tostring(), compressShortVector(), count_fill(), crosshair_getcolor(), crosshairpicker_crosshairToCell(), CSQCPlayer_ModelAppearance_Apply(), ctf_Handle_Capture(), ctf_Handle_Pickup(), days_up_to_date(), depthfirst(), DisableServerBackwardsCompatibility(), DistributeEvenly_Get(), DistributeEvenly_GetRandomized(), DragBox_Think(), DrawDebugModel(), DrawDomItem(), FixPlayermodel(), fixPriorityList(), format_time(), formatmessage(), Freeze(), GenericCommand(), GenericCommand_rpn(), getladder(), GlobalSound_sample(), HUD_CenterPrint(), HUD_Chat(), HUD_GetRowCount(), HUD_HealthArmor(), HUD_Main(), HUD_Notify(), HUD_Panel_InputEvent(), HUD_Panel_SetPos(), HUD_Panel_SetPosSize(), HUD_Physics(), HUD_Powerups(), HUD_Score_Rankings(), Hud_Shake_Update(), HUD_Timer_TimeElapsed(), HUD_Weapons(), hue_mi_ma_to_rgb(), ilogb(), img_select(), InputBox_draw(), InstantAction_LoadMap(), invertLengthLog(), is_int(), is_item_filtered(), Item_ItemsTime_Allow(), Item_ScheduleInitialRespawn(), leanmodel_ofs(), lgamma(), ListBox_getItemAtPos(), LMS_NewPlayerLives(), logb(), MapHasRightSize(), MapInfo_FindName(), MapInfo_Get_ByName_NoFallbacks(), MapInfo_LoadMapSettings(), MaplistMethod_Random(), MapVote_Init(), MapVote_Suggest(), MDL_GIB_ROBO_RANDOM(), minigame_tile_name(), Movetype_Physics_MatchTicrate(), MUTATOR_HOOKFUNCTION(), play_countdown(), PlayerHealth(), PrintWelcomeMessage(), process_time(), ps_setup_pieces(), pymod(), QuickMenu_Mouse(), race_send_speedaward(), race_send_speedaward_alltimebest(), RandomItems_ReplaceMapItem(), RandomSeed_Think(), ReadyCount(), rgb_to_hexcolor(), round_handler_Init(), Score_NicePrint(), Scoreboard_AccuracyStats_Draw(), Scoreboard_GetName(), Scoreboard_ItemStats_Draw(), Scoreboard_MakeTable(), Scoreboard_Rankings_Draw(), seconds_tostring(), shuffle(), Slider_configureSliderValues(), Slider_mouseDrag(), SND_GIB_SPLAT_RANDOM(), spawnfunc(), strftime_s(), SUB_CalcAngleMove(), SUB_CalcMove_controller_think(), textLengthUpToLength(), textLengthUpToWidth(), trunc(), turret_draw2d(), updateCheck(), VoteCount(), waypoint_loadall(), xencode(), XonoticColorButton_loadCvars(), XonoticDecibelsSlider_loadCvars(), XonoticKeyBinder_setSelected(), XonoticPicker_mouseMove(), XonoticScreenshotImage_draw(), XonoticServerList_draw(), and XonoticServerList_getItemAtPos().

+ Here is the caller graph for this function:

◆ fopen()

◆ fputs()

◆ freepic()

void freepic ( string  name)

◆ ftoe()

entity ftoe ( float  num)

◆ ftos()

string ftos ( float  f)

Referenced by _json_parse_array(), _json_parse_int(), _MapInfo_FilterGametype(), _MapInfo_Generate(), Accuracy_LoadColors(), anticheat_display(), anticheat_report_to_eventlog(), AppendItemcodes(), assault_new_round(), autoskill(), Ban_Insert(), Ban_SaveBans(), Ban_View(), bd_save_controller_piece(), bd_save_piece(), bot_cmd_debug_assert_canfire(), bot_execute_commands_once(), bot_setnameandstuff(), c4_move(), CampaignPreInit(), CampaignSaveCvar(), CampaignSetup(), changematchtime(), CheatCommand(), ClientConnect(), ClientDisconnect(), clockedtime_tostring(), Close_Clicked(), CommonCommand_editmob(), CommonCommand_time(), CommonCommand_timeout(), CommonCommand_who(), crosshairpicker_cellToCrosshair(), CSQC_UpdateView(), ctf_CaptureRecord(), ctf_EventLog(), ctf_Handle_Pickup(), cts_EventLog(), CvarList_Filter_ModifiedCvars(), db_save(), Deathtype_Name(), DisableServerBackwardsCompatibility(), DistributeEvenly_Init(), dom_EventLog(), draw_teamradar_icon(), DrawAmmoItem(), drawBackground(), DrawCAItem(), DrawDomItem(), DrawNumIcon_expanding(), DumpStats(), end_minigame(), expr_evaluate(), fixPriorityList(), formatmessage(), GameCommand_allspec(), GameCommand_animbench(), GameCommand_bot_cmd(), GameCommand_defer_clear_all(), GameCommand_effectindexdump(), GameCommand_gettaginfo(), GameCommand_moveplayer(), GameCommand_nospectators(), GameCommand_trace(), GameLogEcho(), GameRules_limit_lead(), GameRules_limit_score(), GameRules_limit_time(), GameRules_limit_time_qualifying(), GenericCommand_rpn(), GenericCommand_settemp_restore(), get_model_datafilename(), get_monster_model_datafilename(), GetField_fullspawndata(), getladder(), GetPlayerScoreString(), GetTeamScoreString(), getwelcomemessage(), GoalTouch(), GotoFirstMap(), havocbot_goalrating_ons_controlpoints_attack(), havocbot_moveto(), HUD_Chat(), HUD_Main(), HUD_MinigameMenu_ClickInvite(), HUD_Mod_Race(), HUD_Panel_FirstInDrawQ(), HUD_Panel_InputEvent(), HUD_Panel_SetPos(), HUD_Panel_SetPosSize(), HUD_Physics(), HUD_Score(), HUD_Score_Rankings(), HUD_Weapons(), InitiateOvertime(), InstantAction_LoadMap(), invite_minigame(), isnan(), isnt_bool(), isnt_int(), Item_FindTeam(), Item_ItemsTime_Allow(), ka_EventLog(), kh_Scores_Event(), Local_Notification_sprintf(), LocalCommand_create_scrshot_ent(), LocalCommand_handlevote(), LocalCommand_hud(), LogDeath(), LogNB(), m_draw(), Map_Goto_SetFloat(), MapInfo_Cache_Store(), MapInfo_Get_ByName_NoFallbacks(), MaplistMethod_Shuffle(), MapVote_CheckPK3(), MapVote_CheckRules_2(), MapVote_Finished(), MapVote_InputEvent(), MapVote_SendChoice(), MapVote_Suggest(), minigame_addplayer(), minigame_autoclean_entity(), minigame_rmplayer(), minigame_tile_buildname(), MoveToRandomLocationWithinBounds(), MUTATOR_HOOKFUNCTION(), navigation_routerating(), navigation_unstuck(), NET_HANDLE(), nmm_in_mill(), OnlineBanList_SendBan(), OnlineBanList_URI_Get_Callback(), onslaught_updatelinks(), pathlib_astar(), pathlib_makenode_adaptive(), pathlib_waypointpath(), pathlib_waypointpath_step(), PlayerHealth(), PlayerJump(), PlayerPreThink(), pp_next_match(), prandom(), print_Effect_Index(), Process_Notif_Args(), psrandom(), QuickMenu_Open(), race_deleteTime(), race_EventLog(), race_readName(), race_readTime(), race_readUID(), race_SpeedAwardFrame(), race_writeTime(), ReadyRestart_force(), RedirectionThink(), sandbox_Database_Load(), sandbox_Database_Save(), sandbox_ObjectFunction_Touch(), sandbox_ObjectPort_Save(), Say(), Shutdown(), spawnfunc(), start_minigame(), StartFrame(), STATIC_INIT(), StrafeHUD_CenterPanel(), strftime_s(), superspec_save_client_conf(), sys_phys_fixspeed(), timeout_handler_think(), trigger_race_checkpoint_verify(), ttt_next_match(), turret_gibboom(), updateCheck(), updateConwidths(), URI_Get_Callback(), url_fclose(), url_single_fopen(), View_DemoCamera(), View_Ortho(), View_PostProcessing(), VoteCommand_call(), VoteCommand_master(), VoteCommand_parse(), VoteSpam(), VoteStop(), W_FixWeaponOrder_BuildImpulseList(), W_HitPlotAnalysis(), W_HitPlotOpen(), W_NumberWeaponOrder_MapFunc(), W_SetupProjVelocity_Explicit(), WarpZone_View_Outside(), waypoint_getSymmetricalAxis_cmd(), waypoint_getSymmetricalOrigin_cmd(), waypoint_load_hardwiredlinks(), waypoint_load_links(), waypoint_loadall(), waypoint_saveall(), WeaponStats_ready(), WinningCondition_Assault(), WinningConditionHelper(), write_recordmarker(), XonoticCampaignList_loadCvars(), XonoticColorButton_loadCvars(), XonoticColorButton_saveCvars(), XonoticColorpickerString_saveCvars(), XonoticDecibelsSlider_saveCvars(), XonoticPlayerModelSelector_loadModels(), XonoticPlayerModelSelector_saveCvars(), XonoticPlayList_drawListBoxItem(), XonoticPlayList_mouseDrag(), XonoticPlayList_removeSelectedFromPlayList(), XonoticPlayList_startSound(), XonoticRadioButton_saveCvars(), XonoticResolutionSlider_addResolution(), XonoticResolutionSlider_loadResolutions(), XonoticScreenshotViewerDialog_close(), XonoticServerList_drawListBoxItem(), and XonoticStatsList_getStats().

+ Here is the caller graph for this function:

◆ 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 
)

Referenced by CategoryForEntry(), XonoticServerList_draw(), and XonoticServerList_drawListBoxItem().

+ Here is the caller graph for this function:

◆ gethostcachestring()

string gethostcachestring ( float  type,
float  hostnr 
)

Referenced by CategoryForEntry(), XonoticServerInfoDialog_loadServerInfo(), XonoticServerList_draw(), XonoticServerList_drawListBoxItem(), and XonoticServerList_setSelected().

+ Here is the caller graph for this function:

◆ gethostcachevalue()

float gethostcachevalue ( float  type)

Referenced by XonoticServerList_draw(), and XonoticServerList_setSelected().

+ Here is the caller graph for this function:

◆ getkeydest()

float getkeydest ( void  )

Referenced by m_draw().

+ Here is the caller graph for this function:

◆ getmousepos()

vector getmousepos ( void  )

Referenced by CSQC_Demo_Camera(), m_draw(), m_keydown(), update_mousepos(), and ViewLocation_Mouse().

+ Here is the caller graph for this function:

◆ getmousetarget()

float getmousetarget ( void  )

Referenced by m_draw().

+ Here is the caller graph for this function:

◆ getresolution()

vector getresolution ( float  number)

Referenced by XonoticResolutionSlider_loadResolutions(), and XonoticResolutionSlider_saveCvars().

+ Here is the caller graph for this function:

◆ gettime()

float gettime ( void  )

Referenced by CommonCommand_time(), fpscounter_update(), GameCommand_animbench(), HUD_EngineInfo(), m_draw(), pathlib_astar(), pathlib_waypointpath(), STATIC_INIT(), and W_SetupProjVelocity_Explicit().

+ Here is the caller graph for this function:

◆ iscachedpic()

float iscachedpic ( string  name)

◆ isdemo()

float isdemo ( )

◆ isfunction()

float isfunction ( string  function_name)

Referenced by TEST_Run().

+ Here is the caller graph for this function:

◆ isserver()

float isserver ( void  )

Referenced by m_gamestatus().

+ Here is the caller graph for this function:

◆ keynumtostring()

string keynumtostring ( float  keynum)

Referenced by _getcommandkey(), KeyBinder_Bind_Clear(), replace_bind(), XonoticKeyBinder_drawListBoxItem(), and XonoticKeyBinder_keyGrabbed().

+ Here is the caller graph for this function:

◆ loadfromdata()

void loadfromdata ( string  data)

◆ loadfromfile()

void loadfromfile ( string  file)

◆ localsound()

void localsound ( string  sample)

Referenced by m_play_click_sound(), and m_play_focus_sound().

+ Here is the caller graph for this function:

◆ log()

float log ( float  f)

◆ max()

float max ( float  f,
  ... 
)

Referenced by _MapInfo_Generate(), _Movetype_PushEntityTrace(), _StartItem(), almost_equals(), almost_equals_eps(), almost_in_bounds(), ammo_pickupevalfunc(), animdecide_getloweranim(), animdecide_getupperanim(), Announcer_Time(), anticheat_physics(), autoskill(), Ban_Insert(), bobmodel_ofs(), bot_aimdir(), bot_fixcount(), bot_think(), buff_Inferno_CalculateTime(), buff_Init(), buff_NewType(), buff_SetCooldown(), buff_Think(), buff_Touch(), CalcRot(), CampaignPreInit(), centerprint_Add(), changematchtime(), CheatCommand(), CheatImpulse(), ClientKill_TeamChange(), CPM_PM_Aircontrol(), Create_Notification_Entity_Choice(), Create_Notification_Entity_Multi(), CSQC_Demo_Camera(), CSQCModel_ApplyStairSmoothing(), CSQCPlayer_ApplyBobbing(), CSQCPlayer_ApplySmoothing(), ctf_Handle_Capture(), DecodeLevelParms(), door_reset(), Drag_MoveBackward(), Drag_Update(), Draw_ShowNames(), DrawReticle(), fdim(), FindConnectedComponent(), Fire_AddDamage(), fireBullet_antilag(), fmax(), formatmessage(), GameTypeVote_DrawGameTypeItem(), GenericCommand(), GenericCommand_rpn(), GetCurrentFov(), getFadedAlpha(), GetReleaseAmplitude(), GetReleaseTime(), GiveBuff(), GiveItems(), GiveResource(), GiveResourceValue(), GiveRot(), GiveStatusEffect(), GiveValue(), GrapplingHookThink(), havocbot_bunnyhop(), havocbot_checkgoaldistance(), havocbot_ctf_calculate_middlepoint(), havocbot_goalrating_enemyplayers(), havocbot_goalrating_waypoints(), havocbot_keyboard_movement(), havocbot_movetogoal(), healtharmor_pickupevalfunc(), HUD_Chat(), HUD_Contents(), HUD_Crosshair(), HUD_Damage(), HUD_Draw(), Hud_Dynamic_Frame(), HUD_Mod_Race(), HUD_ModIcons(), HUD_Notify(), HUD_Panel_Check_Mouse_Pos(), HUD_Panel_DrawStrafeHUD(), HUD_Panel_Highlight(), HUD_Panel_SetPosSize(), HUD_Physics(), HUD_Quickmenu_DrawEntry(), HUD_Radar(), HUD_Score_Rankings(), HUD_StrafeHUD(), HUD_Timer_TimeElapsed(), HUD_Weapons(), Image_setZoom(), img_select(), InputBox_draw(), Invasion_RoundStart(), Item_GiveTo(), Item_ItemsTime_Allow(), Item_ScheduleInitialRespawn(), Item_ScheduleRespawnIn(), Item_Touch(), ka_SpawnBalls(), ka_TimeScoring(), ListBox_keyDown(), ListBox_mouseDrag(), ListBox_updateControlTopBottom(), LMS_NewPlayerLives(), m_draw(), Map_MarkAsRecent(), MapHasRightSize(), MapVote_DrawMapItem(), Monster_Frozen_Think(), MUTATOR_HOOKFUNCTION(), navigation_goalrating_timeout_extend_if_needed(), navigation_shortenpath(), NET_HANDLE(), nextafter(), OnlineBanList_Think(), Onslaught_CheckWinner(), pathlib_h_diagonal(), PlayerCorpseDamage(), PlayerDamage(), PlayerPostThink(), PlayerPreThink(), PlayerThink(), PM_Accelerate(), PM_AirAccelerate(), PM_jetpack(), Projectile_Draw(), race_GetFractionalLapCount(), RadiusDamageForSource(), readplayerstartcvars(), ResetBall(), rgb_to_hsl(), rgb_to_hsv(), RotRegen(), round_handler_FirstThink(), RunThink(), Say(), Score_NicePrint_Team(), Scoreboard_AccuracyStats_Draw(), Scoreboard_Draw(), Scoreboard_DrawOthers(), Scoreboard_ItemStats_Draw(), Scoreboard_Rankings_Draw(), shuffleteams(), Simple_TeleportPlayer(), Slider_mouseDrag(), smneg_multiplier(), spawnfunc(), steerlib_dodge(), SUB_CalcAngleMoveEnt(), sys_phys_fixspeed(), sys_phys_simulate(), texmemsize(), updateConwidths(), vec_to_max(), vehicles_locktarget(), vehicles_painframe(), View_EventChase(), View_Ortho(), viewloc_PlayerPhysics(), viewmodel_draw(), vlen_maxnorm2d(), vlen_minnorm2d(), W_Nexball_Attack(), WarpZone_FixNearClip(), WarpZone_FixView(), WarpZone_Teleport(), WarpZone_Touch(), and WinningCondition_Scores().

+ Here is the caller graph for this function:

◆ min()

float min ( float  f,
  ... 
)

Referenced by _MapInfo_Generate(), _Movetype_Physics_Toss(), ammo_pickupevalfunc(), basketball_touch(), bobmodel_ofs(), bot_cmd_aim(), bot_fixcount(), bot_think(), buff_Touch(), Button_resizeNotify(), CalcRegen(), centerprint_Add(), changematchtime(), ClientKill_TeamChange(), CreatureFrame_FallDamage(), CSQCPlayer_ApplyBobbing(), ctf_CalculatePassVelocity(), ctf_CheckPassDirection(), Drag_Update(), Draw_ShowNames(), drawpic_tiled(), DropBall(), FindConnectedComponent(), Fire_AddDamage(), Fire_ApplyDamage(), fireBullet_antilag(), FireRailgunBullet(), fmin(), formatmessage(), func_ladder_think(), GameTypeVote_GetMask(), GameTypeVote_Start(), GENERIC_COMMAND(), GenericCommand_rpn(), GetCurrentFov(), getFadedAlpha(), getladder(), GiveBuff(), GiveResourceValue(), GiveStatusEffect(), GiveValue(), havocbot_keyboard_movement(), havocbot_movetogoal(), havocbot_role_ctf_carrier(), havocbot_role_ctf_retriever(), healtharmor_pickupevalfunc(), HUD_Chat(), HUD_Crosshair(), HUD_Mod_Race(), HUD_ModIcons(), HUD_Panel_CheckResize(), HUD_Panel_DrawHighlight(), HUD_Panel_DrawStrafeHUD(), HUD_Physics(), HUD_Quickmenu_DrawEntry(), HUD_Radar(), HUD_StrafeHUD(), HUD_Weapons(), Image_setZoom(), img_select(), InitGameplayMode(), InputBox_draw(), Item_GiveAmmoTo(), ListBox_keyDown(), ListBox_mouseDrag(), ListBox_updateControlTopBottom(), m_draw(), MapHasRightSize(), MapVote_DrawMapItem(), MapVote_Init(), MapVote_InputEvent(), ModalController_draw(), MUTATOR_HOOKFUNCTION(), NET_HANDLE(), Nexposee_draw(), nJoinAllowed(), OnlineBanList_URI_Get_Callback(), pathlib_h_diagonal2(), PingPLReport_Think(), PlayerPostThink(), PM_AirAccelerate(), PM_dodging(), PM_jetpack(), Portal_WillHitPlane(), QuickMenu_Mouse(), race_send_rankings_cnt(), race_SendAll(), RadiusDamageForSource(), respawn(), rgb_to_hsl(), rgb_to_hsv(), RotRegen(), Scoreboard_AccuracyStats_Draw(), Scoreboard_Draw(), Scoreboard_ItemStats_Draw(), Scoreboard_Rankings_Draw(), Slider_mouseDrag(), sys_phys_simulate(), sys_phys_simulate_simple(), sys_phys_update(), target_invasion_roundend_use(), trigger_impulse_touch_directional(), trigger_impulse_touch_radial(), trigger_push_test(), updateConwidths(), vec_to_min(), vehicles_impact(), vehicles_locktarget(), vehicles_regen(), vehicles_regen_resource(), vehicles_setreturn(), viewloc_PlayerPhysics(), vlen_minnorm2d(), VoteCount(), W_ReloadedAndReady(), W_ThrowNewWeapon(), WantEventchase(), WarpZone_FixNearClip(), WarpZone_FixView(), WinningCondition_Scores(), XonoticCampaignList_loadCvars(), and XonoticCampaignList_setSelected().

+ Here is the caller graph for this function:

◆ mod()

float mod ( float  val,
float  m 
)

Referenced by crosshairpicker_crosshairToCell(), XonoticCampaignList_campaignGo(), XonoticPicker_draw(), XonoticPicker_moveFocus(), XonoticPlayerModelSelector_go(), and XonoticProfileTab_draw().

+ Here is the caller graph for this function:

◆ nextent()

entity nextent ( entity  e)

Referenced by EliminatedPlayers_SendEntity(), GameCommand_animbench(), GameCommand_gettaginfo(), GameCommand_trace(), Nagger_SendEntity(), and STATIC_INIT_EARLY().

+ Here is the caller graph for this function:

◆ normalize()

vector normalize ( vector  v)

Referenced by aim_vec(), angleofs3(), bot_aimdir(), buildpath_nodefilter_directional(), CheatCommand(), checkpoint_passed(), CheckWaterJump(), CPM_PM_Aircontrol(), crosshair_trace(), CSQC_Demo_Camera(), CSQCPlayer_ApplyChase(), ctf_CalculatePassVelocity(), ctf_CaptureShield_Touch(), ctf_CheckPassDirection(), Damage(), draw_teamradar_link(), draw_teamradar_player(), findperpendicular(), findtrajectorywithleading(), fireBullet_antilag(), FireRailgunBullet(), GameCommand_trace(), GrapplingHookThink(), havocbot_dodge(), havocbot_movetogoal(), Monster_Attack_Melee(), Monster_CalculateVelocity(), Monster_ValidTarget(), movement_oddity(), MoveToRandomLocationWithinBounds(), MUTATOR_HOOKFUNCTION(), ok_DropItem(), ons_CaptureShield_Touch(), pathlib_h_diagonal2sdp(), pathlib_walknode(), PM_AirAccelerate(), PM_check_punch(), PM_jetpack(), point_line_vec(), Portal_TeleportPlayer(), RadiusDamageForSource(), Simple_TeleportPlayer(), solve_shotdirection(), steerlib_arrive(), steerlib_attract(), steerlib_attract2(), steerlib_beamsteer(), steerlib_repel(), steerlib_standoff(), steerlib_traceavoid_flat(), steerlib_wander(), SUB_CalcAngleMoveEnt(), SUB_NoImpactCheck(), sys_phys_simulate(), tracewalk(), trigger_impulse_touch_directional(), trigger_impulse_touch_radial(), trigger_push_calculatevelocity(), trigger_push_test(), vehicle_aimturret(), vehicles_damage(), vehicles_findgoodexit(), vehicles_touch(), viewloc_PlayerPhysics(), W_CalculateProjectileVelocity(), W_CalculateSpread(), W_Nexball_Think(), W_Nexball_Touch(), W_SetupProjVelocity_Explicit(), W_SetupShot_Dir_ProjectileSize_Range(), WarpZone_crosshair_trace(), WarpZone_Projectile_Touch(), and WarpZone_TraceBox_ThroughZone().

+ Here is the caller graph for this function:

◆ objerror()

◆ parseentitydata()

void parseentitydata ( entity  ent,
string  data 
)

◆ pow()

float pow ( float  a,
float  b 
)

Referenced by cbrt(), exp(), exp2(), fireBullet_antilag(), frexp(), HUD_StrafeHUD(), ldexp(), and scalbn().

+ Here is the caller graph for this function:

◆ precache_file()

string precache_file ( string  file)

◆ precache_pic()

string precache_pic ( string  name,
  ... 
)

Referenced by CSQC_Init(), draw_PreloadPicture(), draw_PreloadPictureWithFlags(), GameTypeVote_ReadOption(), HUD_Chat(), HUD_Main(), HUD_Panel_DrawHighlight(), HUD_Panel_DrawProgressBar(), HUD_Quickmenu_DrawEntry(), HUD_Radar(), Item_ItemsTime_Allow(), m_init_delayed(), minigame_texture(), and Vehicles_drawHUD().

+ Here is the caller graph for this function:

◆ precache_sound()

string precache_sound ( string  sample)

◆ print()

void print ( string  text,
  ... 
)

Referenced by _dumptree_close(), _dumptree_open(), CSQC_Parse_Print(), cvar_settemp_restore(), dedicated_print(), isnt_bool(), isnt_int(), json_dump(), Local_Notification(), MX_Handle(), print_to(), TEST(), and url_fputs().

+ Here is the caller graph for this function:

◆ random()

float random ( void  )

Referenced by anticheat_endframe(), anticheat_startframe(), bot_aimdir(), bot_clientconnect(), bot_lagfunc(), bot_setnameandstuff(), bot_think(), ClientConnect(), cpicon_damage(), CSQCModel_CheckUpdate(), DistributeEvenly_GetRandomized(), drawBackground(), Freeze(), GameCommand_cointoss(), GameCommand_trace(), generator_draw(), GenericCommand(), GenericCommand_rpn(), gsl_ran_gaussian(), havocbot_ctf_reset_role(), havocbot_goalrating_waypoints(), havocbot_keyboard_movement(), havocbot_movetogoal(), havocbot_role_ctf_defense(), havocbot_role_ctf_escort(), havocbot_role_ft_freeing(), havocbot_role_ft_offense(), havocbot_role_kh_defense(), havocbot_role_kh_freelancer(), havocbot_role_kh_offense(), HUD_CenterPrint(), InstantAction_LoadMap(), Item_ScheduleInitialRespawn(), kh_Key_DropAll(), kh_Key_Spawn(), MapInfo_Get_ByName_NoFallbacks(), MaplistMethod_Random(), MaplistMethod_Shuffle(), MapVote_Init(), MapVote_Suggest(), MDL_GIB_ROBO_RANDOM(), Monster_Anim(), Monster_Miniboss_Check(), Monster_Move(), Monster_Move_Target(), Monster_Sound(), Monster_Spawn_Setup(), MoveToRandomLocationWithinBounds(), MUTATOR_HOOKFUNCTION(), navigation_poptouchedgoals(), navigation_routerating(), navigation_unstuck(), Noise_Brown(), Noise_Burst(), Noise_Pink(), Noise_White(), ons_ControlPoint_Icon_BuildThink(), ons_ControlPoint_Icon_Damage(), ons_ControlPoint_Icon_Think(), ons_generator_ray_spawn(), ons_GeneratorDamage(), ons_Teleport(), player_anim(), PlayerDamage(), PM_check_hitground(), PM_check_nickspam(), PM_Footsteps(), preMenuInit(), PrintWelcomeMessage(), RadiusDamageForSource(), randombit(), RandomItems_ReplaceMapItem(), randompos(), RandomSeed_Think(), RandomSelection_Add(), relocate_spawnpoint(), sandbox_ObjectFunction_Touch(), SelectSpawnPoint(), shuffle(), SND_GRENADE_BOUNCE_RANDOM(), SND_HAGEXP_RANDOM(), SND_NEXWHOOSH_RANDOM(), SND_RIC_RANDOM(), spawnfunc(), turret_die(), turret_draw(), updateCheck(), UpdatePlayerSounds(), vehicle_initialize(), vehicle_tossgib(), vehicles_painframe(), W_AttachToShotorg(), W_CalculateSpread(), W_Model(), WarpZone_Projectile_Touch(), and XonoticColorButton_loadCvars().

+ Here is the caller graph for this function:

◆ randomvec()

◆ refreshhostcache()

void refreshhostcache (   ...)

Referenced by XonoticServerList_refreshServerList().

+ Here is the caller graph for this function:

◆ registercvar()

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

Referenced by CampaignSaveCvar(), CSQC_Init(), GenericCommand_rpn(), and XonoticCampaignList_loadCvars().

+ Here is the caller graph for this function:

◆ remove()

void remove ( entity  e)

◆ resethostcachemasks()

void resethostcachemasks ( void  )

Referenced by XonoticServerList_refreshServerList().

+ Here is the caller graph for this function:

◆ resorthostcache()

void resorthostcache ( void  )

Referenced by XonoticServerList_refreshServerList().

+ Here is the caller graph for this function:

◆ rint()

◆ 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 
)

Referenced by XonoticServerList_refreshServerList().

+ Here is the caller graph for this function:

◆ sethostcachemaskstring()

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

Referenced by XonoticServerList_refreshServerList().

+ Here is the caller graph for this function:

◆ sethostcachesort()

void sethostcachesort ( float  fld,
float  slsf 
)

Referenced by XonoticServerList_refreshServerList().

+ Here is the caller graph for this function:

◆ setkeydest()

void setkeydest ( float  dest)

Referenced by m_display(), m_draw(), and m_hide().

+ Here is the caller graph for this function:

◆ setmousetarget()

void setmousetarget ( float  trg)

Referenced by m_display(), and m_hide().

+ Here is the caller graph for this function:

◆ sin()

◆ spawn()

◆ sprint()

◆ sqrt()

◆ stackdump()

void stackdump ( void  )

◆ stof()

float stof ( string  val,
  ... 
)

Referenced by _getcommandkey(), _json_parse_int(), _MapInfo_FilterList_cmp(), _MapInfo_Generate(), Accuracy_LoadLevels(), Ban_LoadBans(), BanCommand_unban(), bd_do_fill(), bd_do_move(), bot_cmd_aim(), bot_cmd_aimtarget(), bot_cmd_eval(), bot_cmd_sound(), bot_custom_weapon_priority_setup(), bot_decodecommand(), bot_setnameandstuff(), CampaignFile_Load(), CategoryForEntry(), CheatCommand(), ClientCommand_clientversion(), ClientCommand_mv_getpicture(), CommonCommand_editmob(), crosshairpicker_crosshairToCell(), ctf_Initialize(), cvar_or(), doBGMScript(), expr_evaluate(), FixPlayermodel(), fixPriorityList(), GameCommand_adminmsg(), GameCommand_animbench(), GameCommand_bot_cmd(), GameCommand_delrec(), GameCommand_gettaginfo(), GameCommand_trace(), GameCommand_warp(), GENERIC_COMMAND(), GenericCommand_qc_curl(), GenericCommand_rpn(), get_model_parameters(), GetCvars_handleFloat(), GetCvars_handleFloatOnce(), GetFilteredEntity(), GetIndexedEntity(), getladder(), getwelcomemessage(), GiveItems(), GlobalSound_sample(), HUD_Main(), HUD_Minigame_InputEvent(), HUD_Mod_Race(), HUD_Panel_InputEvent(), HUD_Radar_InputEvent(), InputBox_draw(), InterpretBoolean(), KeyBinder_Bind_Clear(), Local_Notification_sprintf(), LocalCommand_blurtest(), MapInfo_Cache_Retrieve(), MapInfo_Cache_Store(), MapInfo_FilterList_Lookup(), MapInfo_Get_ByName_NoFallbacks(), minigame_tile_number(), MUTATOR_HOOKFUNCTION(), MX_Handle(), MX_Messages_(), MX_Sync_(), OnlineBanList_URI_Get_Callback(), PlayerJump(), PrecacheGlobalSound(), Process_Notif_Args(), QuickMenu_InputEvent(), QuickMenu_Page_Load(), race_readTime(), race_SendAll(), replace_bind(), rpn_getf(), rpn_popf(), sandbox_ObjectPort_Load(), set_platmovetype(), spawnfunc(), strftime_s(), trigger_race_checkpoint_verify(), vercmp_recursive(), VoteCommand_checkargs(), VoteCommand_parse(), W_GetCycleWeapon(), W_NameWeaponOrder_MapFunc(), W_NumberWeaponOrder_MapFunc(), waypoint_load_links(), waypoint_loadall(), XonoticKeyBinder_drawListBoxItem(), XonoticKeyBinder_keyGrabbed(), XonoticLanguageList_drawListBoxItem(), XonoticMapList_g_maplistCacheQuery(), XonoticPlayerList_drawListBoxItem(), XonoticPlayerModelSelector_go(), XonoticResolutionSlider_addResolution(), XonoticResolutionSlider_saveCvars(), XonoticServerList_drawListBoxItem(), XonoticStatsList_convertDate(), XonoticWeaponsList_drawListBoxItem(), and XonoticWeaponsList_toString().

+ Here is the caller graph for this function:

◆ stov()

◆ str_cvar()

const string str_cvar ( string  name)

Referenced by StrafeHUD_CenterPanel().

+ Here is the caller graph for this function:

◆ strcat()

string strcat ( string  s1,
string  s2,
  ... 
)

◆ string() [1/14]

string ( float  key,
float  bindmap 
)

◆ string() [2/14]

string ( string  command,
float  bindmap 
)

◆ string() [3/14]

string ( string  serveraddress)

◆ string() [4/14]

string ( float  i)

◆ string() [5/14]

string ( float  c,
  ... 
)

◆ string() [6/14]

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

◆ string() [7/14]

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

◆ string() [8/14]

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

◆ string() [9/14]

string ( string  info,
string  key 
)

◆ string() [10/14]

string ( float  bufhandle,
string  glue 
)

◆ string() [11/14]

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

◆ string() [12/14]

string ( float  fieldnum,
entity  ent 
)

◆ string() [13/14]

string ( string  search,
string  replace,
string  subject 
)

◆ string() [14/14]

string ( string  format,
  ... 
)

◆ stringwidth()

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

Definition at line 75 of file draw.qc.

References drawfontscale, and vector().

Referenced by draw_TextWidth().

76 {
77  vector dfs = drawfontscale;
78  drawfontscale = '1 1 0';
79  float r = stringwidth_builtin(text, handleColors, sz);
80  drawfontscale = dfs;
81  return r;
82 }
vector drawfontscale
Definition: draw.qh:3
vector(float skel, float bonenum) _skel_get_boneabs_hidden
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ strlen()

float strlen ( string  s)

Referenced by _dumptree_close(), _MapInfo_Generate(), _MapInfo_GlobItem(), ACCUMULATE_call(), Ban_SaveBans(), BGMScript_InitEntity(), bot_cmd_eval(), bot_cmd_if(), CampaignFile_Load(), CategoryForEntry(), cdr(), centerprint_Add(), checkColorCode(), Cmd_Scoreboard_SetFields(), CSQCPlayer_LOD_Apply(), cvar_changes_init(), CvarList_Revert_Click(), DamageText::DamageText_update(), draw_UseSkinFor(), drawBackground(), find_last_color_code(), findinlist_abbrev(), FixPlayermodel(), fixPriorityList(), formatmessage(), GameLogEcho(), GameTypeVote_ReadOption(), GenericCommand(), GenericCommand_maplist(), GenericCommand_markup(), GenericCommand_rpn(), Get_Notif_CvarName(), getAllHUDSkins(), getDemos_for_ext(), GetPlayerScoreString(), getScreenshots_for_ext(), GetTeamScoreString(), getwelcomemessage(), getWrappedLine(), getWrappedLineLen(), InputBox_draw(), InputBox_enterText(), InputBox_keyDown(), isGametypeInFilter(), isInvisibleString(), IsServerInList(), KeyBinder_Bind_Edit(), LocalCommand_sendcvar(), MapInfo_Get_ByName_NoFallbacks(), MapInfo_ListAllAllowedMaps(), MapInfo_ListAllowedMaps(), MapList_Add_All(), MapList_Add_Shown(), MapList_Remove_Shown(), MaplistMethod_Shuffle(), mapPriorityList(), matchacl(), minigame_getWrappedLine(), MUTATOR_HOOKFUNCTION(), NET_HANDLE(), OnlineBanList_URI_Get_Callback(), PM_check_specialcommand(), Process_Notif_Line(), readplayerstartcvars(), rewrapCampaign(), saveCvarsMulti(), Say(), Score_NicePrint_Player(), ServerList_TypeSort_Click(), startsWithNocase(), STATIC_INIT(), SV_ParseClientCommand(), swapInPriorityList(), textLengthUpToLength(), textLengthUpToWidth(), unescape(), unquote(), VoteCommand_checkargs(), VoteCommand_parse(), wordwrap_cb(), xdecode(), XonoticCampaignList_campaignGo(), XonoticColorpicker_mouseDrag(), XonoticCreditsList_drawListBoxItem(), XonoticCvarList_setSelected(), XonoticDemoList_demoName(), XonoticInputBox_configureXonoticInputBox(), XonoticKeyBinder_drawListBoxItem(), XonoticKeyBinder_editUserbind(), XonoticMapList_g_maplistCacheToggle(), XonoticMapList_keyDown(), XonoticMapList_refilter(), XonoticPlayerList_drawListBoxItem(), XonoticPlayList_removeSelectedFromPlayList(), XonoticScreenshotImage_load(), XonoticScreenshotList_screenshotName(), XonoticServerList_draw(), XonoticServerList_refreshServerList(), XonoticServerList_setSelected(), XonoticSkinList_getSkins(), XonoticSoundList_soundName(), XonoticStatsList_convertDate(), XonoticStatsList_drawListBoxItem(), and XonoticWeaponsList_toString().

+ Here is the caller graph for this function:

◆ strunzone()

◆ strzone()

string strzone ( string  s)

Referenced by _StartItem(), AdditionalServerInfo_OnGet(), Ban_Insert(), Ban_LoadBans(), bd_editor_place(), bd_load_piece(), bot_getplace(), bot_setnameandstuff(), c4_move(), CampaignFile_Load(), CampaignPreInit(), CheatCommand(), CheckPlayerModel(), Cmd_Scoreboard_SetFields(), conveyor_think(), Create_Notification_Entity(), Create_Notification_Entity_Annce(), Create_Notification_Entity_InfoCenter(), CSQC_Init(), ctf_FlagSetup(), cvar_changes_init(), cvar_settemp(), DelayThink(), DemoList_Filter_Change(), dialog_hudpanel_main_checkbox(), dom_spawnteam(), DoNextMapOverride(), door_reset(), draw_setMousePointer(), FindConnectedComponent(), func_ladder_think(), GameCommand_gametype(), GameType_ConfigureSliders(), GameTypeVote_AddVotable(), GameTypeVote_ReadOption(), GameTypeVote_SetGametype(), GameTypeVote_Start(), GENERIC_COMMAND(), GenericCommand_qc_curl(), HUD_Crosshair(), HUD_MinigameMenu_ClickCreate(), HUD_MinigameMenu_ClickInvite(), HUD_MinigameMenu_ClickJoin(), HUD_Notify_Push(), HUDSkinList_Filter_Change(), HUDSkinList_SavedName_Change(), InitGameplayMode(), InputBox_setText(), LoadMenuSkinValues(), Local_Notification(), Local_Notification_WOVA(), m_init(), m_init_delayed(), Map_Goto_SetStr(), MapList_StringFilterBox_Change(), MapVote_AddVotable(), MapVote_Init(), MapVote_ReadOption(), MapVote_Suggest(), MUTATOR_HOOKFUNCTION(), MX_Say(), Net_MapVote_Picture(), nmm_spawn_tile(), nmm_spawn_tile_square(), PlayerPreThink(), pp_move(), pp_setup_pieces(), ps_setup_pieces(), QuickMenu_Page_Load(), race_checkAndWriteName(), race_CheckName(), RandomItems_ReplaceMapItem(), readplayerstartcvars(), ReadString_Zoned(), rewrapCampaign(), sandbox_ObjectPort_Load(), sandbox_ObjectSpawn(), Scoreboard_Rankings_Draw(), ScreenshotList_Filter_Change(), ServerList_Filter_Change(), setZonedTooltip(), SoundList_Filter_Change(), SpawnBall(), spawnfunc(), start_minigame(), STATIC_INIT(), train_next(), trigger_keylock_touch(), trigger_push_findtarget(), ttt_move(), unescape(), UpdateNotification_URI_Get_Callback(), url_multi_fopen(), url_single_fopen(), VoteCommand_call(), VoteCommand_master(), VoteCommand_parse(), wordwrap_cb(), XonoticCrosshairPreview_configureXonoticCrosshairPreview(), XonoticMapList_g_maplistCacheToggle(), XonoticResolutionSlider_addResolution(), XonoticServerInfoDialog_loadServerInfo(), and XonoticToS_OnGet().

+ Here is the caller graph for this function:

◆ substring()

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

Referenced by _dumptree_close(), _getcommandkey(), _MapInfo_Generate(), _MapInfo_GlobItem(), _MapInfo_Map_ApplyGametypeEx(), _MapInfo_Parse_Settemp(), ACCUMULATE_call(), animdecide_load_if_needed(), Ban_GetClientIP(), Ban_Insert(), BanCommand_unban(), bd_load_level(), BGMScript_InitEntity(), bot_cmd_eval(), bot_cmd_if(), bot_decodecommand(), bot_getplace(), bot_queuecommand(), bot_setnameandstuff(), CampaignFile_Load(), car(), CategoryForEntry(), cdr(), centerprint_Add(), charmap_cellToChar(), CheatCommand(), checkColorCode(), CheckPlayerModel(), ClientCommand_minigame(), ClientCommand_say(), ClientCommand_say_team(), ClientCommand_selfstuff(), ClientCommand_sentcvar(), ClientCommand_tell(), ClientCommand_voice(), clockedtime_tostring(), Cmd_Scoreboard_SetFields(), CSQCModel_AutoTagIndex_Apply(), CSQCModel_Hook_PostUpdate(), CSQCPlayer_LOD_Apply(), CTX(), CvarList_Revert_Click(), CvarList_Value_Change(), DamageText::DamageText_update(), Drag_MayChangeAngles(), draw_UseSkinFor(), drawBackground(), expr_evaluate(), find_last_color_code(), FindConnectedComponent(), findinlist_abbrev(), FixPlayermodel(), fixPriorityList(), formatmessage(), GameCommand_bot_cmd(), GameCommand_gettaginfo(), GameLogEcho(), GENERIC_COMMAND(), GenericCommand(), GenericCommand_maplist(), GenericCommand_markup(), GenericCommand_nextframe(), GenericCommand_rpn(), get_model_parameters(), Get_Notif_CvarName(), getAllHUDSkins(), getDemos_for_ext(), GetFilteredEntity(), getHUDSkinFiles(), GetIndexedEntity(), GetPlayerScoreString(), getScreenshots_for_ext(), GetTeamScoreString(), getwelcomemessage(), getWrappedLine(), getWrappedLineLen(), InputBox_draw(), InputBox_enterText(), InputBox_keyDown(), isCaretEscaped(), isGametypeInFilter(), IsServerInList(), isValidColorCodeValue(), json_parse(), KeyBinder_Bind_Edit(), LoadMenuSkinValues(), Local_Notification(), LocalCommand_sendcvar(), m_init_delayed(), MapInfo_Get_ByName_NoFallbacks(), MapInfo_ListAllAllowedMaps(), MapInfo_ListAllowedMaps(), MapList_Add_All(), MaplistMethod_Shuffle(), mapPriorityList(), MapVote_AddVotable(), matchacl(), minigame_getWrappedLine(), minigame_tile_letter(), minigame_tile_number(), MUTATOR_HOOKFUNCTION(), NET_HANDLE(), NexBall::NexBall ::m_generate_mapinfo(), notif_arg_spree_inf(), OnlineBanList_URI_Get_Callback(), PlayerPreThink(), PM_check_specialcommand(), precache_playermodel(), Process_Notif_Line(), QuickMenu_Page_Load(), QuickMenu_skip_submenu(), readplayerstartcvars(), rewrapCampaign(), sandbox_Database_Load(), saveCvarsMulti(), Say(), Score_NicePrint_Player(), Score_NicePrint_Team(), ServerList_TypeSort_Click(), spawnfunc(), startsWithNocase(), STATIC_INIT(), strftime_s(), strwords(), substring_range(), swapInPriorityList(), textLengthUpToLength(), textLengthUpToWidth(), textShortenToLength(), textShortenToWidth(), translate_key(), unescape(), unquote(), UpdateNotification_URI_Get_Callback(), vercmp_recursive(), VoteCommand_checkargs(), VoteCommand_extractcommand(), VoteCommand_parse(), W_FixWeaponOrder_BuildImpulseList(), waypoint_load_hardwiredlinks(), waypoint_load_links(), waypoint_loadall(), wordwrap_cb(), xdecode(), xencode(), XonoticCampaignList_campaignGo(), XonoticColorpicker_mouseDrag(), XonoticColorpickerString_loadCvars(), XonoticColorpickerString_saveCvars(), XonoticCreditsList_drawListBoxItem(), XonoticDemoList_demoName(), XonoticKeyBinder_drawListBoxItem(), XonoticKeyBinder_editUserbind(), XonoticKeyBinder_setSelected(), XonoticMapList_g_maplistCacheQuery(), XonoticMapList_g_maplistCacheToggle(), XonoticMapList_keyDown(), XonoticMapList_refilter(), XonoticPlayerList_drawListBoxItem(), XonoticPlayerModelSelector_loadModels(), XonoticPlayList_removeSelectedFromPlayList(), XonoticScreenshotImage_load(), XonoticScreenshotList_screenshotName(), XonoticServerList_drawListBoxItem(), XonoticServerList_refreshServerList(), XonoticSkinList_getSkins(), XonoticSoundList_soundName(), XonoticStatsList_convertDate(), XonoticStatsList_drawListBoxItem(), XonoticTextBox_setText(), and XonoticWeaponsList_toString().

+ Here is the caller graph for this function:

◆ tokenize()

float tokenize ( string  s)

Referenced by _getcommandkey(), CampaignFile_Load(), HUD_Minigame_InputEvent(), HUD_Panel_InputEvent(), HUD_Radar_InputEvent(), KeyBinder_Bind_Clear(), nmm_in_mill_string(), QuickMenu_InputEvent(), replace_bind(), XonoticKeyBinder_drawListBoxItem(), and XonoticKeyBinder_keyGrabbed().

+ Here is the caller graph for this function:

◆ traceoff()

void traceoff ( void  )

◆ traceon()

void traceon ( void  )

◆ validstring()

float validstring ( string  str)

◆ vectoangles()

◆ vector()

vector ( void  )

◆ vectoyaw()

float vectoyaw ( vector  v)

Referenced by CheatCommand(), and Portal_ApplyTransformToPlayerAngle().

+ Here is the caller graph for this function:

◆ vlen()

float vlen ( vector  v)

Referenced by _MapInfo_Generate(), _Movetype_LinkEdict_TouchAreaGrid(), _Movetype_PushMove(), bobmodel_ofs(), bot_aim(), bot_aimdir(), bot_cmd_eval(), bot_shotlead(), botframe_autowaypoints_fix_from(), CheatCommand(), compressShortVector(), conveyor_think(), CPM_PM_Aircontrol(), CreatureFrame_FallDamage(), CSQCPlayer_LOD_Apply(), ctf_CalculatePassVelocity(), ctf_CheckPassDirection(), ctf_Handle_Throw(), Damage(), determine_force(), Drag_Begin(), Draw_ShowNames(), FindConnectedComponent(), findtrajectorywithleading(), fireBullet_antilag(), FireRailgunBullet(), formatmessage(), func_ladder_think(), GameCommand_trace(), GetCurrentFov(), GetOrthoviewFOV(), GrapplingHookThink(), havocbot_bunnyhop(), havocbot_checkgoaldistance(), havocbot_chooseweapon(), havocbot_ctf_calculate_middlepoint(), havocbot_dodge(), havocbot_keyboard_movement(), havocbot_movetogoal(), havocbot_role_ctf_defense(), HUD_Physics(), HUD_Radar(), HUD_StrafeHUD(), InitGameplayMode(), Item_PreDraw(), MoveToRandomLocationWithinBounds(), MUTATOR_HOOKFUNCTION(), navigation_findnearestwaypoint_withdist_except(), navigation_routerating(), ons_Nearest_ControlPoint_2D(), pathlib_astar(), pathlib_g_euclidean(), pathlib_g_euclidean_water(), pathlib_h_diagonal2sdp(), pathlib_h_euclidean(), pathlib_makenode_adaptive(), pathlib_walknode(), pathlib_waypointpath(), pathlib_wpp_opencb(), pathlib_wpp_openncb(), PlayerDamage(), PlayerJump(), PM_Accelerate(), PM_AirAccelerate(), PM_check_punch(), PM_jetpack(), Portal_WillHitPlane(), race_GetFractionalLapCount(), race_SpeedAwardFrame(), RadiusDamageForSource(), sandbox_ObjectFunction_Touch(), Simple_TeleportPlayer(), Spawn_Score(), steerlib_arrive(), steerlib_attract(), steerlib_attract2(), steerlib_dodge(), steerlib_repel(), steerlib_standoff(), SUB_CalcAngleMove(), SUB_CalcAngleMoveEnt(), SUB_CalcMove(), SUB_CalcMove_Bezier(), SUB_NoImpactCheck(), sys_phys_land(), sys_phys_simulate(), sys_phys_simulate_simple(), tracewalk(), trigger_impulse_touch_radial(), trigger_push_calculatevelocity(), trigger_push_test(), TrueAimCheck(), turret_draw2d(), vehicles_damage(), vehicles_findgoodexit(), vehicles_impact(), View_Ortho(), W_CalculateProjectileVelocity(), W_Nexball_Think(), W_SetupProjVelocity_Explicit(), WarpZone_Fade_PreDraw(), WarpZone_FindRadius_Recurse(), WarpZone_Projectile_Touch(), WarpZone_Teleport(), WarpZone_Touch(), WarpZone_TraceToss_ThroughZone(), waypoint_gettravelcost(), and waypoint_spawn_fromeditor().

+ Here is the caller graph for this function:

◆ void() [1/6]

void ( )

◆ void() [2/6]

void ( float  keynr,
float  ascii 
)

◆ void() [3/6]

void ( float  mode)

◆ void() [4/6]

void ( float  bufhandle,
float  sortpower,
float  backward 
)

◆ void() [5/6]

void ( float  bufhandle,
float  string_index,
string  str 
)

◆ void() [6/6]

void ( float  bufhandle,
string  pattern,
string  antipattern 
)

◆ vtos()

◆ WriteAngle()

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

Referenced by ons_camSetup(), vehicles_enter(), and vehicles_exit().

+ Here is the caller graph for this function:

◆ WriteByte()

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

◆ WriteChar()

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

Referenced by Nagger_SendEntity(), PlayerScore_SendEntity(), and TeamScore_SendEntity().

+ Here is the caller graph for this function:

◆ WriteCoord()

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

Referenced by ClientInit_misc(), CSQCProjectile_SendEntity(), ctf_FakeTimeLimit(), func_ladder_think(), LinkDoors(), MapVote_SendEntity(), race_SendNextCheckpoint(), Teleport_Touch(), trigger_impulse_touch_radial(), trigger_push_findtarget(), and WarpZone_Touch().

+ Here is the caller graph for this function:

◆ WriteEntity()

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

Referenced by PutClientInServer(), PutObserverInServer(), SpectateSet(), vehicles_enter(), and vehicles_exit().

+ Here is the caller graph for this function:

◆ WriteLong()

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

Referenced by Local_Notification_WOVA(), MapVote_WriteMask(), and minigame_SendEntity().

+ Here is the caller graph for this function:

◆ WriteShort()

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

◆ WriteString()

◆ writetofile()

void writetofile ( float  fhandle,
entity  ent 
)

Variable Documentation

◆ CRYPTO_IDSTATUS_EMPTY

float CRYPTO_IDSTATUS_EMPTY = 0

Definition at line 362 of file menudefs.qc.

◆ CRYPTO_IDSTATUS_OUTOFRANGE

float CRYPTO_IDSTATUS_OUTOFRANGE = -1

Definition at line 361 of file menudefs.qc.

◆ CRYPTO_IDSTATUS_SIGNED

float CRYPTO_IDSTATUS_SIGNED = 2

Definition at line 364 of file menudefs.qc.

◆ CRYPTO_IDSTATUS_UNSIGNED

float CRYPTO_IDSTATUS_UNSIGNED = 1

Definition at line 363 of file menudefs.qc.

◆ CS_CONNECTED

float CS_CONNECTED = 2

Definition at line 71 of file menudefs.qc.

Referenced by m_gamestatus().

◆ 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.

Referenced by m_draw().

◆ CVAR_TYPEFLAG_ENGINE

float CVAR_TYPEFLAG_ENGINE = 8

Definition at line 431 of file menudefs.qc.

◆ CVAR_TYPEFLAG_EXISTS

float CVAR_TYPEFLAG_EXISTS = 1

Definition at line 428 of file menudefs.qc.

◆ CVAR_TYPEFLAG_HASDESCRIPTION

float CVAR_TYPEFLAG_HASDESCRIPTION = 16

Definition at line 432 of file menudefs.qc.

◆ CVAR_TYPEFLAG_PRIVATE

float CVAR_TYPEFLAG_PRIVATE = 4

Definition at line 430 of file menudefs.qc.

◆ CVAR_TYPEFLAG_READONLY

float CVAR_TYPEFLAG_READONLY = 32

Definition at line 433 of file menudefs.qc.

◆ CVAR_TYPEFLAG_SAVED

float CVAR_TYPEFLAG_SAVED = 2

Definition at line 429 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 524 of file menudefs.qc.

◆ FIELD_FLOAT

float FIELD_FLOAT = 2

Definition at line 522 of file menudefs.qc.

◆ FIELD_FUNCTION

float FIELD_FUNCTION = 6

Definition at line 525 of file menudefs.qc.

◆ FIELD_STRING

float FIELD_STRING = 1

Definition at line 521 of file menudefs.qc.

◆ FIELD_VECTOR

float FIELD_VECTOR = 3

Definition at line 523 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 379 of file menudefs.qc.

◆ GECKO_BUTTON_DOWN

float GECKO_BUTTON_DOWN = 0

Definition at line 374 of file menudefs.qc.

◆ GECKO_BUTTON_PRESS

float GECKO_BUTTON_PRESS = 2

Definition at line 377 of file menudefs.qc.

◆ GECKO_BUTTON_UP

float GECKO_BUTTON_UP = 1

Definition at line 375 of file menudefs.qc.

◆ KEY_GAME

float KEY_GAME = 0

Definition at line 29 of file menudefs.qc.

Referenced by m_hide().

◆ KEY_MENU

float KEY_MENU = 2

Definition at line 30 of file menudefs.qc.

Referenced by m_display(), and m_draw().

◆ KEY_MENU_GRABBED

float KEY_MENU_GRABBED = 3

Definition at line 31 of file menudefs.qc.

Referenced by m_draw().

◆ KEY_UNKNOWN

float KEY_UNKNOWN = -1

Definition at line 28 of file menudefs.qc.

◆ MSG_ALL

◆ MSG_BROADCAST

◆ MSG_INIT

float MSG_INIT = 3

Definition at line 58 of file menudefs.qc.

◆ MSG_ONE

◆ MT_CLIENT

float MT_CLIENT = 2

Definition at line 64 of file menudefs.qc.

Referenced by m_display(), m_draw(), and m_hide().

◆ MT_MENU

float MT_MENU = 1

Definition at line 63 of file menudefs.qc.

Referenced by m_display(), and m_draw().

◆ null_entity

entity null_entity

Definition at line 84 of file menudefs.qc.

◆ PRECACHE_PIC_FROMWAD

float PRECACHE_PIC_FROMWAD = 1

Definition at line 414 of file menudefs.qc.

◆ PRECACHE_PIC_MIPMAP

float PRECACHE_PIC_MIPMAP = 8

Definition at line 416 of file menudefs.qc.

◆ PRECACHE_PIC_NOTPERSISTENT

float PRECACHE_PIC_NOTPERSISTENT = 2

Definition at line 415 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.

Referenced by XonoticServerList_draw(), and XonoticServerList_setSelected().

◆ 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.

Referenced by XonoticServerList_refreshServerList().

◆ SLIST_MASK_OR

float SLIST_MASK_OR = 512

Definition at line 125 of file menudefs.qc.

Referenced by XonoticServerList_refreshServerList().

◆ 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.

Referenced by XonoticServerList_refreshServerList().

◆ SLIST_TEST_EQUAL

float SLIST_TEST_EQUAL = 4

Definition at line 118 of file menudefs.qc.

Referenced by XonoticServerList_refreshServerList().

◆ 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.

Referenced by XonoticServerList_refreshServerList().

◆ 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.

Referenced by XonoticServerList_refreshServerList().

◆ SLIST_TEST_NOTCONTAIN

float SLIST_TEST_NOTCONTAIN = 1

Definition at line 115 of file menudefs.qc.

Referenced by XonoticServerList_refreshServerList().

◆ SLIST_TEST_NOTEQUAL

float SLIST_TEST_NOTEQUAL = 7

Definition at line 121 of file menudefs.qc.

Referenced by XonoticServerList_refreshServerList().

◆ SLIST_TEST_NOTSTARTSWITH

float SLIST_TEST_NOTSTARTSWITH = 9

Definition at line 123 of file menudefs.qc.

Referenced by XonoticServerList_refreshServerList().

◆ SLIST_TEST_STARTSWITH

float SLIST_TEST_STARTSWITH = 8

Definition at line 122 of file menudefs.qc.

Referenced by XonoticServerList_refreshServerList().

◆ SLSF_CATEGORIES

float SLSF_CATEGORIES = 4

Definition at line 585 of file menudefs.qc.

Referenced by XonoticServerList_refreshServerList().

◆ SLSF_DESCENDING

float SLSF_DESCENDING = 1

Definition at line 583 of file menudefs.qc.

Referenced by XonoticServerList_refreshServerList().

◆ SLSF_FAVORITES

float SLSF_FAVORITES = 2

Definition at line 584 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.