Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
checkextension.qh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void CheckEngineExtensions (void)
var entity (vector mins, vector maxs) findbox_OrFallback
var entity (vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
var float (entity ent) nudgeoutofsolid_OrFallback = #353

Function Documentation

◆ CheckEngineExtensions()

void CheckEngineExtensions ( void )

Definition at line 30 of file checkextension.qc.

31{
32 if (!cvar("pr_checkextension"))
33 LOG_FATAL("Engine lacks the QC extension system.");
34
35 if (!checkextension("DP_QC_URI_GET") || !checkextension("DP_QC_URI_POST"))
36 LOG_WARN("Engine lacks HTTP support, XonStat and map downloads are unavailable.");
37
38 if (!checkextension("DP_CRYPTO"))
39 LOG_WARN("Engine lacks DP_CRYPTO, Player IDs (required for XonStat, CTS/CTF records and pubkey authentication) are unavailable.");
40
41#ifdef SVQC // change to GAMEQC if/when we use nudgeoutofsolid in CSQC
42 if (checkextension("DP_QC_NUDGEOUTOFSOLID"))
43 {
44 nudgeoutofsolid_OrFallback = nudgeoutofsolid;
45 }
46 else
47 {
48 LOG_WARN("Engine lacks DP_QC_NUDGEOUTOFSOLID, falling back to WarpZoneLib_MoveOutOfSolid().");
49 // DP_QC_NUDGEOUTOFSOLID fixes many cases WarpZoneLib_MoveOutOfSolid() can't, usually in less CPU time
50 nudgeoutofsolid_OrFallback = WarpZoneLib_MoveOutOfSolid;
51 }
52
53 if (!world.fullspawndata)
54 LOG_WARN("Engine lacks entity fullspawndata, on Quake 3 maps some entities will malfunction.");
55
56 if (!checkextension("DP_RM_CLIPGROUP"))
57 LOG_WARN("Engine lacks DP_RM_CLIPGROUP, g_projectiles_interact < 2 won't take effect.");
58#endif
59
60#ifdef GAMEQC
61 if (checkextension("DP_QC_FINDBOX"))
62 {
63 findbox_OrFallback = findbox;
64 findbox_tofield_OrFallback = findbox_tofield;
65 }
66 else
67 {
68 LOG_WARN("Engine lacks DP_QC_FINDBOX, performance will be suboptimal.");
69 findbox_OrFallback = findbox_Fallback;
70 findbox_tofield_OrFallback = findbox_tofield_Fallback;
71 }
72#endif
73
74 // TODO: add proper warns/errors for other extensions we depend on
75}
entity findbox_tofield_Fallback(vector mins, vector maxs,.entity tofield)
entity findbox_Fallback(vector mins, vector maxs)
int WarpZoneLib_MoveOutOfSolid(entity e)
Definition common.qc:848
#define LOG_FATAL(...)
Definition log.qh:53
#define LOG_WARN(...)
Definition log.qh:61
float cvar(string name)
float checkextension(string ext)
#define world
Definition post.qh:15

References checkextension(), cvar(), findbox_Fallback(), findbox_tofield_Fallback(), LOG_FATAL, LOG_WARN, WarpZoneLib_MoveOutOfSolid(), and world.

Referenced by CSQC_Init(), m_init(), and spawnfunc().

◆ entity() [1/2]

var entity ( vector mins,
vector maxs )

References maxs, mins, and vector.

◆ entity() [2/2]

var entity ( vector mins,
vector maxs,
.entity tofield )

References entity(), maxs, mins, and vector.

Referenced by ClientState::ClientState(), Lazy::Lazy(), PlayerState::PlayerState(), __spawn(), __spawnfunc_defer(), __spawnfunc_spawn(), InputContainer::_changeFocusXY(), _ClientConnect(), _ClientDisconnect(), _ClientKill(), _CSQC_Ent_Remove(), _CSQC_Ent_Update(), _CSQC_UpdateView(), _dumptree_close(), _dumptree_open(), _entcs_send(), _GameRules_scoring_add_float2int(), _GetPlayerSoundSampleField(), _GlobalSound(), _GlobalSound(), _MapInfo_FilterList_cmp(), _MapInfo_FilterList_swap(), _Movetype_CheckStuck(), _Movetype_CheckWater(), _Movetype_CheckWaterTransition(), _Movetype_ContentsMask(), _Movetype_FlyMove(), _Movetype_Impact(), _Movetype_LinkEdict(), _Movetype_LinkEdict(), _Movetype_LinkEdict_TouchAreaGrid(), _Movetype_NudgeOutOfSolid_PivotIsKnownGood(), _Movetype_Physics_ClientFrame(), _Movetype_Physics_Follow(), _Movetype_Physics_Frame(), _Movetype_Physics_Push(), _Movetype_Physics_Step(), _Movetype_Physics_Toss(), _Movetype_Physics_Walk(), _Movetype_PushEntity(), _Movetype_PushEntityTrace(), _Movetype_PushMove(), _Movetype_TestEntityPosition(), _Movetype_UnstickEntity(), _Movetype_WallFriction(), _PlayerPostThink(), _PlayerPreThink(), _Promise_done(), _Promise_onReject_default(), _Promise_onResolve_default(), _Promise_then(), _PutClientInServer(), _SetChangeParms(), _shufflewords_swapfunc(), _spawn(), _SV_ChangeTeam(), _SV_OnEntityPreSpawnFunction(), _SV_ParseClientCommand(), _SV_PlayerPhysics(), _wepent_send(), a_think(), accuracy_add(), accuracy_canbegooddamage(), accuracy_free(), accuracy_init(), accuracy_isgooddamage(), accuracy_resend(), accuracy_reset(), accuracy_send(), activate_minigame(), adaptor_think2use_hittype_splash(), AnimHost::addAnim(), Keyframe::addAnim(), Keyframe::addEasing(), Container::addItem(), ModalController::addItem(), Nexposee::addItem(), Container::addItemCentered(), Container::addItemRightCentered(), Dialog::addItemSimple(), AdditionalServerInfo_OnGet(), addPowerupItem(), MixedSlider::addRange(), XonoticResolutionSlider::addResolution(), ModalController::addTab(), MixedSlider::addText(), XonoticPlayList::addToPlayList(), TextSlider::addValue(), adjust_respawntime(), MixedSlider::adjustDigitsForStep(), al_etof(), al_ftoe(), ALIAS(), ammo_bullets_init(), ammo_cells_init(), ammo_fuel_init(), ammo_pickupevalfunc(), ammo_rockets_init(), ammo_shells_init(), ammo_vaporizercells_init(), AmmoNameFromWeaponentity(), anim_set(), anim_update(), AnimateDomPoint(), animdecide_getloweranim(), animdecide_getupperanim(), animdecide_load_if_needed(), animdecide_setaction(), animdecide_setframes(), animdecide_setframes(), animdecide_setimplicitstate(), animdecide_setstate(), animfixfps(), Announcer_Countdown(), Announcer_Duel(), anticheat_fixangle(), anticheat_init(), anticheat_physics(), anticheat_prethink(), anticheat_report_to_eventlog(), anticheat_report_to_playerstats(), anticheat_spectatecopy(), antilag_clear(), antilag_find(), antilag_getlag(), antilag_record(), antilag_restore(), antilag_restore_all(), antilag_takeback(), antilag_takeback_all(), antilag_takebackavgvelocity(), antilag_takebackorigin(), AppendItemcodes(), ApplyMinMaxScaleAngles(), Arc_GetHeat_Percent(), Arc_Player_SetHeat(), Arc_Smoke(), assault_decreaser_sprite_visible(), assault_new_round(), assault_objective_decrease_use(), assault_objective_reset(), assault_objective_use(), assault_roundstart_use(), assault_roundstart_use_this(), assault_setenemytoobjective(), assault_wall_think(), attach_sameorigin(), Animation::ATTRIB(), AnimHost::ATTRIB(), AnimHost::ATTRIB(), BorderImage::ATTRIB(), Button::ATTRIB(), Button::ATTRIB(), Button::ATTRIB(), ClientState::ATTRIB(), Container::ATTRIB(), Container::ATTRIB(), Container::ATTRIB(), Container::ATTRIB(), CvarStringSource::ATTRIB(), Dialog::ATTRIB(), Dialog::ATTRIB(), InputBox::ATTRIB(), InputBox::ATTRIB(), InputContainer::ATTRIB(), IntrusiveList::ATTRIB(), IntrusiveList::ATTRIB(), Keyframe::ATTRIB(), Keyframe::ATTRIB(), Keyframe::ATTRIB(), Label::ATTRIB(), Lazy::ATTRIB(), LinkedListNode::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MainWindow::ATTRIB(), MenuItem::ATTRIB(), ModalController::ATTRIB(), Monster::ATTRIB(), Nexposee::ATTRIB(), Nexposee::ATTRIB(), Pickup::ATTRIB(), PlayerState::ATTRIB(), Slider::ATTRIB(), StringSource::ATTRIB(), Vehicle::ATTRIB(), Weapon::ATTRIB(), Weapon::ATTRIB(), Weapon::ATTRIB(), XonoticAudioSettingsTab::ATTRIB(), XonoticCampaignList::ATTRIB(), XonoticCampaignList::ATTRIB(), XonoticCampaignList::ATTRIB(), XonoticCharmap::ATTRIB(), XonoticCheckBox::ATTRIB(), XonoticColorpicker::ATTRIB(), XonoticCreditsDialog::ATTRIB(), XonoticCvarList::ATTRIB(), XonoticCvarList::ATTRIB(), XonoticCvarList::ATTRIB(), XonoticCvarList::ATTRIB(), XonoticCvarList::ATTRIB(), XonoticCvarList::ATTRIB(), XonoticCvarList::ATTRIB(), XonoticCvarList::ATTRIB(), XonoticEntryList::ATTRIB(), XonoticEntryList::ATTRIB(), XonoticFirstRunDialog::ATTRIB(), XonoticGameMessageSettingsTab::ATTRIB(), XonoticGameSettingsTab::ATTRIB(), XonoticGameWeaponsSettingsTab::ATTRIB(), XonoticInputBox::ATTRIB(), XonoticInputBox::ATTRIB(), XonoticInputBox::ATTRIB(), XonoticInputBox::ATTRIB(), XonoticKeyBinder::ATTRIB(), XonoticKeyBinder::ATTRIB(), XonoticKeyBinder::ATTRIB(), XonoticKeyBinder::ATTRIB(), XonoticKeyBinder::ATTRIB(), XonoticMapInfoDialog::ATTRIB(), XonoticMapInfoDialog::ATTRIB(), XonoticMapInfoDialog::ATTRIB(), XonoticMapInfoDialog::ATTRIB(), XonoticMapInfoDialog::ATTRIB(), XonoticMapList::ATTRIB(), XonoticMapList::ATTRIB(), XonoticMapList::ATTRIB(), XonoticMutatorsDialog::ATTRIB(), XonoticProfileTab::ATTRIB(), XonoticRegisteredSettingsList::ATTRIB(), XonoticRegisteredSettingsList::ATTRIB(), XonoticRegisteredSettingsList::ATTRIB(), XonoticScreenshotBrowserTab::ATTRIB(), XonoticScreenshotBrowserTab::ATTRIB(), XonoticScreenshotImage::ATTRIB(), XonoticScreenshotList::ATTRIB(), XonoticScreenshotList::ATTRIB(), XonoticScreenshotList::ATTRIB(), XonoticScreenshotList::ATTRIB(), XonoticScreenshotViewerDialog::ATTRIB(), XonoticScreenshotViewerDialog::ATTRIB(), XonoticScreenshotViewerDialog::ATTRIB(), XonoticServerCreateTab::ATTRIB(), XonoticServerCreateTab::ATTRIB(), XonoticServerCreateTab::ATTRIB(), XonoticServerCreateTab::ATTRIB(), XonoticServerCreateTab::ATTRIB(), XonoticServerCreateTab::ATTRIB(), XonoticServerInfoDialog::ATTRIB(), XonoticServerInfoDialog::ATTRIB(), XonoticServerInfoDialog::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerList::ATTRIB(), XonoticServerToSTab::ATTRIB(), XonoticSingleplayerDialog::ATTRIB(), XonoticSlider::ATTRIB(), XonoticSlider::ATTRIB(), XonoticSliderCheckBox::ATTRIB(), XonoticSoundList::ATTRIB(), XonoticTeamSelectDialog::ATTRIB(), XonoticTeamSelectDialog::ATTRIB(), XonoticTeamSelectDialog::ATTRIB(), XonoticTeamSelectDialog::ATTRIB(), XonoticToSDialog::ATTRIB(), XonoticUserbindEditDialog::ATTRIB(), XonoticUserbindEditDialog::ATTRIB(), XonoticUserbindEditDialog::ATTRIB(), XonoticUserbindEditDialog::ATTRIB(), XonoticWeaponsList::ATTRIB(), AuditLists(), XonoticPicmipSlider::autofix(), AuxiliaryXhair_customize(), AuxiliaryXhair_Draw2D(), ball_customize(), ball_restart(), Ban_GetClientIP(), Ban_IsClientBanned(), Ban_KickBanClient(), Ban_LoadBans(), Ban_MaybeEnforceBan(), Ban_MaybeEnforceBanOnce(), BanCommand_kickban(), BanCommand_mute(), BanCommand_playban(), BanCommand_unmute(), BanCommand_unplayban(), BanCommand_unvoteban(), BanCommand_voteban(), basketball_touch(), bd_activate_editor(), bd_check_winner(), bd_close_editor(), bd_controller_send(), bd_controller_update(), bd_do_fill(), bd_do_move(), bd_do_next_match(), bd_editor_place(), bd_fill_recurse(), bd_find_controller(), bd_find_dozer(), bd_find_piece(), bd_load_level(), bd_load_piece(), bd_move(), bd_move_dozer(), bd_next_match(), bd_reset_moves(), bd_restart_match(), bd_save_controller_piece(), bd_save_level(), bd_save_piece(), bd_server_event(), bd_set_next_match(), bd_set_nextlevel(), bd_setup_pieces(), bd_unfill_recurse(), beam_think(), beamsweep(), BGMScript_InitEntity(), bobmodel_ofs(), bool(), bool(), bool(), bool(), bool(), bool(), bool(), bool(), bool(), bool(), BorderImage_configureBorderImage(), BorderImage_draw(), BorderImage_recalcPositionWithText(), BorderImage_resizeNotify(), bot_aim(), bot_aim(), bot_aim_reset(), bot_aimdir(), bot_clearqueue(), bot_clientconnect(), bot_clientdisconnect(), bot_cmd_aim(), bot_cmd_aimtarget(), bot_cmd_barrier(), bot_cmd_cc(), bot_cmd_continue(), bot_cmd_debug_assert_canfire(), bot_cmd_else(), bot_cmd_eval(), bot_cmd_fi(), bot_cmd_if(), bot_cmd_impulse(), bot_cmd_keypress_handler(), bot_cmd_moveto(), bot_cmd_movetotarget(), bot_cmd_pause(), bot_cmd_presskey(), bot_cmd_releasekey(), bot_cmd_resetaim(), bot_cmd_resetgoal(), bot_cmd_select_weapon(), bot_cmd_sound(), bot_cmd_turn(), bot_cmd_wait(), bot_cmd_wait_until(), bot_command_executed(), bot_dequeuecommand(), bot_endgame(), bot_execute_commands(), bot_execute_commands_once(), bot_getplace(), bot_havecommand(), bot_ispaused(), bot_presskeys(), bot_queuecommand(), bot_readcommand(), bot_relinkplayerlist(), bot_removefromlargestteam(), bot_removenewest(), bot_serverframe(), bot_setclientfields(), bot_setcurrentcommand(), bot_setnameandstuff(), bot_shouldattack(), bot_spawn(), bot_think(), botframe_autowaypoints_createwp(), botframe_autowaypoints_fix(), botframe_autowaypoints_fix_from(), botframe_showwaypointlinks(), botframe_updatedangerousobjects(), buff_Available(), buff_Bash_AttackerCalculateForce(), buff_Bash_TargetCalculateForce(), buff_Customize(), buff_Delete(), buff_Disability_ApplyStunned(), buff_Effect(), buff_FirstFromFlags(), buff_Init(), buff_Init_Compat(), buff_NewType(), buff_RemoveAll(), buff_Reset(), buff_Respawn(), buff_SetCooldown(), buff_SpawnReplacement(), buff_Think(), buff_Touch(), buff_Vengeance_DelayedDamage(), buff_Waypoint_Reset(), buff_Waypoint_Spawn(), buff_Waypoint_visible_for_player(), buffs_BuffModel_Customize(), buffs_BuffModel_Remove(), buffs_BuffModel_Spawn(), buffs_BuffModel_Think(), buffs_BuffModel_Update(), buffs_DelayedInit(), buffs_RemovePlayer(), buildpath_nodefilter_moveskip(), bumble_raygun_draw(), bumble_raygun_send(), bumble_raygun_send(), bumblebee_blowup(), bumblebee_dead_touch(), bumblebee_diethink(), bumblebee_exit(), bumblebee_fire_cannon(), bumblebee_gunner_enter(), bumblebee_gunner_exit(), bumblebee_gunner_findgoodexit(), bumblebee_gunner_frame(), bumblebee_land(), bumblebee_pilot_frame(), bumblebee_regen(), bumblebee_touch(), button_blocked(), Button_configureButton(), button_damage(), button_done(), Button_draw(), button_fire(), Button_keyDown(), Button_mouseDrag(), Button_mouseRelease(), Button_playClickSound(), button_reset(), Button_resizeNotify(), button_return(), button_setactive(), Button_showNotify(), button_touch(), button_use(), button_wait(), c4_find_piece(), c4_get_lowest_tile(), c4_move(), c4_server_event(), c4_winning_piece(), CA_count_alive_players(), ca_isEliminated(), ca_LastPlayerForTeam(), ca_LastPlayerForTeam_Notify(), CA_SpectateNext(), Nexposee::calc(), calc_followmodel_ofs(), calculate_player_respawn_time(), Animation::calcValue(), Easing::calcValue(), Keyframe::calcValue(), CallbackChain::CallbackChain_Add(), XonoticCampaignList::campaignGo(), CampaignList_LoadMap(), CanThrowNade(), Casing_Damage(), Casing_Delete(), Casing_Draw(), Casing_Touch(), CategoryForEntry(), CategoryOverride(), XonoticCharmap::cellDraw(), XonoticCrosshairPicker::cellDraw(), XonoticPicker::cellDraw(), XonoticCharmap::cellIsValid(), XonoticCrosshairPicker::cellIsValid(), XonoticPicker::cellIsValid(), XonoticCharmap::cellSelect(), XonoticCrosshairPicker::cellSelect(), XonoticPicker::cellSelect(), charmap_cellToChar(), ChatBubbleThink(), CheatCommand(), CheatFrame(), CheatImpulse(), CheatsAllowed(), check_tdeath(), CheckBox::CheckBox_Click(), CheckBox_Click(), CheckBox_Click_Redisplay(), CheckBox_configureCheckBox(), CheckBox_draw(), CheckBox_playClickSound(), CheckBox_setChecked(), CheckBox_toString(), checkCompatibility_newtoys(), checkCompatibility_newtoys_autoreplace(), checkCompatibility_pinata(), checkCompatibility_weaponarena_weapon(), checkCompatibility_weaponstay(), CheckFirstRunButton(), CheckPlayerJump(), checkpoint_passed(), checkpoint_touch(), checkpoint_use(), checkpvs(), CheckSendCvars(), CheckWaterJump(), CheckWireframeBox(), CL_ExteriorWeaponentity_Think(), cl_notice_read(), CL_SpawnWeaponentity(), CL_Weapon_GetShotOrg(), CL_Weaponentity_CustomizeEntityForClient(), CL_WeaponEntity_SetModel(), CL_Weaponentity_Think(), classfield(), classfield(), clearentity(), ClearPlayerSounds(), clearTooltip(), MixedSlider::clearValues(), TextSlider::clearValues(), ListBox::clickListBoxItem(), XonoticGametypeList::clickListBoxItem(), XonoticMapList::clickListBoxItem(), XonoticTopicList::clickListBoxItem(), client_hasweapon(), clientcamera_send(), ClientCommand_autoswitch(), ClientCommand_clear_bestcptimes(), ClientCommand_clear_ignores(), ClientCommand_clientversion(), ClientCommand_ignore(), ClientCommand_join(), ClientCommand_kill(), ClientCommand_macro_command(), ClientCommand_macro_help(), ClientCommand_macro_usage(), ClientCommand_minigame(), ClientCommand_mv_getpicture(), ClientCommand_physics(), ClientCommand_ready(), ClientCommand_say(), ClientCommand_say_team(), ClientCommand_selectteam(), ClientCommand_selfstuff(), ClientCommand_sentcvar(), ClientCommand_spectate(), ClientCommand_suggestmap(), ClientCommand_tell(), ClientCommand_unignore(), ClientCommand_voice(), ClientCommand_wpeditor(), ClientConnect(), ClientData_Attach(), ClientData_Detach(), ClientData_Send(), ClientData_Touch(), ClientDisconnect(), ClientInit_CheckUpdate(), ClientInit_misc(), ClientInit_SendEntity(), ClientInit_Spawn(), ClientKill(), ClientKill_Now(), ClientKill_Now_TeamChange(), ClientKill_Silent(), ClientKill_TeamChange(), ClientState_attach(), ClientState_detach(), Dialog::close(), Nexposee::close(), XonoticMutatorsDialog::close(), XonoticNexposee::close(), XonoticRootDialog::close(), XonoticScreenshotViewerDialog::close(), Close_Clicked(), Cmd_MapVote_MapDownload(), com_in_interpolate(), com_phys_interpolate(), CommonCommand_cvar_changes(), CommonCommand_cvar_purechanges(), CommonCommand_editmob(), CommonCommand_info(), CommonCommand_ladder(), CommonCommand_lsmaps(), CommonCommand_macro_command(), CommonCommand_macro_help(), CommonCommand_macro_usage(), CommonCommand_printmaplist(), CommonCommand_rankings(), CommonCommand_records(), CommonCommand_teamstatus(), CommonCommand_time(), CommonCommand_timein(), CommonCommand_timeout(), CommonCommand_who(), Animation::configureAnimation(), BorderImage::configureBorderImage(), Button::configureButton(), CheckBox::configureCheckBox(), Dialog::configureDialog(), XonoticDialog::configureDialog(), Image::configureImage(), InputBox::configureInputBox(), Label::configureLabel(), ListBox::configureListBox(), MainWindow::configureMainWindow(), MixedSlider::configureMixedSliderValues(), RadioButton::configureRadioButton(), Slider::configureSliderValues(), Slider::configureSliderVisuals(), TextSlider::configureTextSliderValues(), XonoticButton::configureXonoticButton(), XonoticCampaignList::configureXonoticCampaignList(), XonoticCharmap::configureXonoticCharmap(), XonoticCheckBox::configureXonoticCheckBox(), XonoticCheckBoxString::configureXonoticCheckBoxString(), XonoticColorButton::configureXonoticColorButton(), XonoticColorpicker::configureXonoticColorpicker(), XonoticColorpickerString::configureXonoticColorpickerString(), XonoticCommandButton::configureXonoticCommandButton(), XonoticCreditsList::configureXonoticCreditsList(), XonoticCrosshairPicker::configureXonoticCrosshairPicker(), XonoticCrosshairPreview::configureXonoticCrosshairPreview(), XonoticCvarList::configureXonoticCvarList(), XonoticDemoList::configureXonoticDemoList(), XonoticGametypeList::configureXonoticGametypeList(), XonoticHUDSkinList::configureXonoticHUDSkinList(), XonoticImage::configureXonoticImage(), XonoticInputBox::configureXonoticInputBox(), XonoticKeyBinder::configureXonoticKeyBinder(), XonoticLanguageList::configureXonoticLanguageList(), XonoticLeaveMatchButton::configureXonoticLeaveMatchButton(), XonoticListBox::configureXonoticListBox(), XonoticMapList::configureXonoticMapList(), XonoticMixedSlider::configureXonoticMixedSlider(), XonoticMixedSlider::configureXonoticMixedSliderValues(), XonoticPicker::configureXonoticPicker(), XonoticPicmipSlider::configureXonoticPicmipSlider(), XonoticPlayList::configureXonoticPlayList(), XonoticRadioButton::configureXonoticRadioButton(), XonoticResolutionSlider::configureXonoticResolutionSlider(), XonoticScoreboardFadeTimeSlider::configureXonoticScoreboardFadeTimeSlider(), XonoticScreenshotImage::configureXonoticScreenshotImage(), XonoticScreenshotList::configureXonoticScreenshotList(), XonoticServerList::configureXonoticServerList(), XonoticSkinList::configureXonoticSkinList(), XonoticSlider::configureXonoticSlider(), XonoticSliderCheckBox::configureXonoticSliderCheckBox(), XonoticSoundList::configureXonoticSoundList(), XonoticStatsList::configureXonoticStatsList(), XonoticTabController::configureXonoticTabController(), XonoticTextSlider::configureXonoticTextSlider(), XonoticTextSlider::configureXonoticTextSliderValues(), XonoticWeaponarenaCheckBox::configureXonoticWeaponarenaCheckBox(), Container_addItem(), Container_addItemCentered(), Container_addItemRightCentered(), Container_draw(), Container_enterLieSubitem(), Container_enterSubitem(), Container_focusLeave(), Container_hideNotify(), Container_itemFromPoint(), Container_keyDown(), Container_keyUp(), Container_leaveSubitem(), Container_mouseDrag(), Container_mouseMove(), Container_mouseRelease(), Container_moveItemAfter(), Container_preferredFocusedGrandChild(), Container_removeItem(), Container_resizeNotify(), Container_resizeNotifyLie(), Container_saveFocus(), Container_setAlphaOf(), Container_setFocus(), Container_showNotify(), conveyor_init(), conveyor_send(), conveyor_think(), CopyBody(), CopyBody_Think(), copyentity(), copyentity_qc(), corner_link(), corner_send(), counter_reset(), counter_use(), CountSpectators(), cpicon_changeteam(), cpicon_construct(), cpicon_damage(), cpicon_draw(), cpicon_send(), CPM_PM_Aircontrol(), Create_Effect_Entity(), Create_Notification_Entity(), Create_Notification_Entity_Annce(), Create_Notification_Entity_Choice(), Create_Notification_Entity_InfoCenter(), Create_Notification_Entity_Multi(), CreatureFrame_FallDamage(), CreatureFrame_hotliquids(), CreatureFrame_Liquids(), crosshair_getcolor(), crosshair_trace(), crosshair_trace_plusvisibletriggers(), crosshair_trace_plusvisibletriggers__is_wz(), crosshair_trace_waypoints(), crosshairpicker_cellToCrosshair(), crosshairpicker_crosshairToCell(), CSQC_ClientMovement_PlayerMove_Frame(), CSQC_Ent_Remove(), CSQC_Ent_Update(), CSQC_UpdateView(), CSQCModel_ApplyStairSmoothing(), CSQCModel_AutoTagIndex_Apply(), CSQCModel_CheckUpdate(), CSQCModel_Draw(), CSQCModel_Effects_Apply(), CSQCModel_Effects_PostUpdate(), CSQCModel_Effects_PreUpdate(), CSQCModel_Hook_PostUpdate(), CSQCModel_Hook_PreDraw(), CSQCModel_Hook_PreUpdate(), CSQCModel_InterpolateAnimation_1To2_Do(), CSQCModel_InterpolateAnimation_1To2_Note(), CSQCModel_InterpolateAnimation_1To2_Note(), CSQCModel_InterpolateAnimation_1To2_PreNote(), CSQCModel_InterpolateAnimation_2To4_Do(), CSQCModel_InterpolateAnimation_2To4_Note(), CSQCModel_InterpolateAnimation_2To4_Note(), CSQCModel_InterpolateAnimation_2To4_PreNote(), CSQCModel_InterpolateAnimation_Do(), CSQCModel_InterpolateAnimation_Note(), CSQCModel_InterpolateAnimation_PreNote(), CSQCModel_LinkEntity(), CSQCModel_LOD_Apply(), CSQCModel_remove(), CSQCModel_Send(), CSQCModel_server2csqc(), CSQCModel_UnlinkEntity(), CSQCPlayer_AnimDecide_PostUpdate(), CSQCPlayer_ApplyBobbing(), CSQCPlayer_ApplyChase(), CSQCPlayer_ApplyDeathTilt(), CSQCPlayer_ApplyIdleScaling(), CSQCPlayer_ApplySmoothing(), CSQCPlayer_CalcRefdef(), CSQCPlayer_CalcRoll(), CSQCPlayer_FallbackFrame(), CSQCPlayer_FallbackFrame_Apply(), CSQCPlayer_FallbackFrame_PostUpdate(), CSQCPlayer_FallbackFrame_PreUpdate(), CSQCPlayer_IsLocalPlayer(), CSQCPlayer_ModelAppearance_Apply(), CSQCPlayer_ModelAppearance_PostUpdate(), CSQCPlayer_ModelAppearance_PreUpdate(), CSQCPlayer_Physics(), CSQCPlayer_PostUpdate(), CSQCPlayer_PredictTo(), CSQCPlayer_PreUpdate(), CSQCPlayer_Remove(), CSQCPlayer_SavePrediction(), CSQCPlayer_SetCamera(), CSQCPlayer_SetMinsMaxs(), CSQCPlayer_Unpredict(), CSQCProjectile(), CSQCProjectile(), CSQCProjectile_Check(), CSQCProjectile_SendEntity(), CSQCVehicleSetup(), ctf_CalculatePassVelocity(), ctf_CaptureRecord(), ctf_CaptureShield_CheckStatus(), ctf_CaptureShield_Customize(), ctf_CaptureShield_Spawn(), ctf_CaptureShield_Touch(), ctf_CaptureShield_Update(), ctf_CheckFlagReturn(), ctf_CheckStalemate(), ctf_DelayedFlagSetup(), ctf_DelayedInit(), ctf_EventLog(), ctf_FakeTimeLimit(), ctf_FlagBase_Customize(), ctf_FlagcarrierWaypoints(), ctf_FlagDamage(), ctf_FlagSetup(), ctf_FlagThink(), ctf_FlagTouch(), ctf_Handle_Capture(), ctf_Handle_Drop(), ctf_Handle_Pickup(), ctf_Handle_Retrieve(), ctf_Handle_Return(), ctf_Handle_Throw(), ctf_Handle_Throw(), ctf_Immediate_Return_Allowed(), ctf_RemovePlayer(), ctf_Reset(), ctf_RespawnFlag(), ctf_Return_Customize(), ctf_SpawnTeam(), ctf_Stalemate_Customize(), cts_EventLog(), current_alpha(), cvar_settemp(), cvar_settemp_restore(), CvarList_End_Editing(), CvarList_Filter_Change(), CvarList_Filter_Descriptions(), CvarList_Filter_ModifiedCvars(), CvarList_Load(), CvarList_Revert_Click(), CvarList_UpdateResults(), CvarList_Value_Change(), Damage(), Damage_DamageInfo(), Damage_DamageInfo_SendEntity(), DamageEffect(), DamageEffect_Think(), deactivate_minigame(), Deathtype_Name(), debug_send(), debuggoalstack(), debugnode(), DebugPrintToChat(), DecodeLevelParms(), decompressShortVector(), decreaseZoom_Click(), defer(), defer_think(), defrag_waypointsprites(), delay_delayeduse(), delay_reset(), delay_use(), DelayThink(), delete_fn(), DemoButton_Click(), DemoConfirm_Check_Gamestatus(), DemoConfirm_ListClick_Check_Gamestatus(), DemoList_Filter_Change(), DemoList_Refresh_Click(), XonoticDemoList::demoName(), depthfirst(), DataSource::destroy(), XonoticCampaignList::destroy(), XonoticCreditsList::destroy(), XonoticCvarList::destroy(), XonoticDemoList::destroy(), XonoticGameMenuDialog::destroy(), XonoticHUDSkinList::destroy(), XonoticKeyBinder::destroy(), XonoticLanguageList::destroy(), XonoticMapList::destroy(), XonoticPlayerModelSelector::destroy(), XonoticScreenshotList::destroy(), XonoticSkinList::destroy(), XonoticSoundList::destroy(), XonoticStatsList::destroy(), XonoticTextBox::destroy(), XonoticWelcomeDialog::destroy(), Destroy_Notification_Entity(), destructible_heal(), detach_sameorigin(), determine_force(), Dialog_addItemSimple(), Dialog_Close(), Dialog_close(), Dialog_configureDialog(), Dialog_fill(), Dialog_gotoRC(), dialog_hudpanel_main_checkbox(), dialog_hudpanel_main_settings(), Dialog_keyDown(), Dialog_setFirstColumn(), Dialog_TD(), Dialog_TDempty(), Dialog_TDNoMargin(), Dialog_TR(), DialogCloseButton_Click(), DialogOpenButton_Click(), DialogOpenButton_Click_withCoords(), doBGMScript(), dodging_ResetPlayer(), DoesQ3ARemoveThisEntity(), dom_controlpoint_setup(), dom_DelayedInit(), dom_EventLog(), dom_spawnpoint(), dom_spawnteam(), Domination_count_controlpoints(), dompoint_captured(), dompointthink(), dompointtouch(), DontAccept_Clicked(), door_blocked(), door_check_keys(), door_damage(), door_generic_plat_blocked(), door_go_down(), door_go_up(), door_hit_bottom(), door_hit_top(), door_init_keys(), door_init_shared(), door_init_startopen(), door_reset(), door_rotating_go_down(), door_rotating_go_up(), door_rotating_hit_bottom(), door_rotating_hit_top(), door_rotating_init_startopen(), door_rotating_reset(), door_send(), door_spawnfield(), door_touch(), door_trigger_touch(), door_use(), ListBox::doubleClickListBoxItem(), XonoticCampaignList::doubleClickListBoxItem(), XonoticDemoList::doubleClickListBoxItem(), XonoticHUDSkinList::doubleClickListBoxItem(), XonoticKeyBinder::doubleClickListBoxItem(), XonoticLanguageList::doubleClickListBoxItem(), XonoticMapList::doubleClickListBoxItem(), XonoticPlayList::doubleClickListBoxItem(), XonoticScreenshotList::doubleClickListBoxItem(), XonoticServerList::doubleClickListBoxItem(), XonoticSkinList::doubleClickListBoxItem(), XonoticSoundList::doubleClickListBoxItem(), XonoticStatsList::doubleClickListBoxItem(), Drag(), Image::drag(), Drag_Begin(), Drag_CanDrag(), Drag_Finish(), Drag_IsDraggable(), Drag_IsDragging(), Drag_MayChangeAngles(), Drag_MoveBackward(), Drag_MoveDrag(), Drag_MoveForward(), Drag_SetSpeed(), Image::drag_setStartPos(), drag_undraggable(), Drag_Update(), DragBox_Think(), BorderImage::draw(), Button::draw(), CheckBox::draw(), Container::draw(), Image::draw(), InputBox::draw(), Label::draw(), ListBox::draw(), MainWindow::draw(), ModalController::draw(), Nexposee::draw(), Slider::draw(), XonoticCampaignList::draw(), XonoticColorButton::draw(), XonoticColorpicker::draw(), XonoticColorpickerString::draw(), XonoticCreditsList::draw(), XonoticCrosshairPreview::draw(), XonoticGameMenuDialog::draw(), XonoticGametypeList::draw(), XonoticHUDSkinList::draw(), XonoticLeaveMatchButton::draw(), XonoticMapList::draw(), XonoticPicker::draw(), XonoticPicmipSlider::draw(), XonoticPlayerModelSelector::draw(), XonoticPlayList::draw(), XonoticProfileTab::draw(), XonoticRadioButton::draw(), XonoticResolutionSlider::draw(), XonoticScreenshotImage::draw(), XonoticScreenshotList::draw(), XonoticServerList::draw(), XonoticSliderCheckBox::draw(), XonoticTextLabel::draw(), XonoticWeaponsList::draw(), XonoticWelcomeDialog::draw(), Draw_ArcBeam(), Draw_ArcBeam_callback(), draw_ClearClip(), Draw_GrapplingHook(), Draw_ShowNames(), Draw_ShowNames_All(), draw_teamradar_icon(), Draw_WaypointSprite(), DrawDebugModel(), ListBox::drawListBoxItem(), XonoticCampaignList::drawListBoxItem(), XonoticCreditsList::drawListBoxItem(), XonoticCvarList::drawListBoxItem(), XonoticDemoList::drawListBoxItem(), XonoticEntryList::drawListBoxItem(), XonoticGametypeList::drawListBoxItem(), XonoticGuideDescription::drawListBoxItem(), XonoticHUDSkinList::drawListBoxItem(), XonoticKeyBinder::drawListBoxItem(), XonoticLanguageList::drawListBoxItem(), XonoticMapList::drawListBoxItem(), XonoticPlayerList::drawListBoxItem(), XonoticPlayList::drawListBoxItem(), XonoticRegisteredSettingsList::drawListBoxItem(), XonoticScreenshotList::drawListBoxItem(), XonoticServerList::drawListBoxItem(), XonoticSkinList::drawListBoxItem(), XonoticSoundList::drawListBoxItem(), XonoticStatsList::drawListBoxItem(), XonoticTextBox::drawListBoxItem(), XonoticTopicList::drawListBoxItem(), XonoticWeaponsList::drawListBoxItem(), DrawReticle(), Drop_Special_Items(), DropBall(), dropclient_do(), dropclient_schedule(), DropOwner(), DropToFloor_QC(), DropToFloor_QC_DelayedInit(), DrownPlayer(), dumpnode(), dynlight_find_aiment(), dynlight_find_path(), dynlight_find_target(), dynlight_reset(), dynlight_setactive(), dynlight_think(), dynlight_use(), XonoticKeyBinder::editUserbind(), EFFECT_CAP(), EFFECT_FLAG_TOUCH(), EFFECT_NADE_TRAIL(), EFFECT_NADE_TRAIL_BURN(), EFFECT_PASS(), electro_orb_draw(), electro_orb_send(), electro_orb_setup(), EliminatedPlayers_Init(), EliminatedPlayers_SendEntity(), end_minigame(), EndFrame(), Ent_Remove(), Ent_RemoveEntCS(), Ent_RemovePlayerScore(), Ent_RemoveProjectile(), Ent_RemoveWaypointSprite(), Ent_TriggerMusic_Remove(), Ent_TriggerMusic_Think(), Ent_TubaNote_StopSound(), Ent_TubaNote_Think(), Ent_TubaNote_UpdateSound(), Ent_Wall_Draw(), Ent_Wall_Remove(), Ent_WaypointSprite(), entcs_attach(), entcs_detach(), entcs_force_origin(), entcs_GetAlpha(), entcs_GetClientColors(), entcs_GetColor(), entcs_GetHandicapLevel(), entcs_GetName(), entcs_GetSpecState(), entcs_GetWantsJoin(), entcs_IsDead(), entcs_send(), entcs_think(), entcs_update_players(), Container::enterLieSubitem(), Container::enterSubitem(), InputBox::enterText(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), entity(), Entity_GetTeam(), Entity_GetTeamIndex(), Entity_HasValidTeam(), XonoticGuideTab::entryChangeNotify(), EntryList_Set_StringFilterBox(), EntryList_StringFilterBox_Change(), EntryList_StringFilterBox_keyDown(), eprint(), etof(), etos(), EVENT(), ewheel_draw(), ewheel_findtarget(), ewheel_move_enemy(), ewheel_move_idle(), ewheel_move_path(), ExposeeCloseButton_Click(), fd_secret_damage(), fd_secret_done(), fd_secret_move1(), fd_secret_move2(), fd_secret_move3(), fd_secret_move4(), fd_secret_move5(), fd_secret_move6(), fd_secret_use(), Dialog::fill(), XonoticAudioSettingsTab::fill(), XonoticBindingsResetDialog::fill(), XonoticCreditsDialog::fill(), XonoticCvarsDialog::fill(), XonoticDamageTextSettings::fill(), XonoticDemoBrowserTab::fill(), XonoticDemoStartConfirmDialog::fill(), XonoticDemoTimeConfirmDialog::fill(), XonoticEffectsSettingsTab::fill(), XonoticFirstRunDialog::fill(), XonoticGameCrosshairSettingsTab::fill(), XonoticGameHUDSettingsTab::fill(), XonoticGameMenuDialog::fill(), XonoticGameMessageSettingsTab::fill(), XonoticGameModelSettingsTab::fill(), XonoticGameSettingsTab::fill(), XonoticGameViewSettingsTab::fill(), XonoticGameWeaponsSettingsTab::fill(), XonoticGuideTab::fill(), XonoticHUDAmmoDialog::fill(), XonoticHUDCenterprintDialog::fill(), XonoticHUDChatDialog::fill(), XonoticHUDCheckpointsDialog::fill(), XonoticHUDConfirmDialog::fill(), XonoticHUDEngineInfoDialog::fill(), XonoticHUDExitDialog::fill(), XonoticHUDHealthArmorDialog::fill(), XonoticHUDInfoMessagesDialog::fill(), XonoticHUDItemsTimeDialog::fill(), XonoticHUDModIconsDialog::fill(), XonoticHUDNotificationDialog::fill(), XonoticHUDPhysicsDialog::fill(), XonoticHUDPickupDialog::fill(), XonoticHUDPowerupsDialog::fill(), XonoticHUDPressedKeysDialog::fill(), XonoticHUDQuickMenuDialog::fill(), XonoticHUDRaceTimerDialog::fill(), XonoticHUDRadarDialog::fill(), XonoticHUDScoreDialog::fill(), XonoticHUDStrafeHUDDialog::fill(), XonoticHUDTimerDialog::fill(), XonoticHUDVoteDialog::fill(), XonoticHUDWeaponsDialog::fill(), XonoticInputSettingsTab::fill(), XonoticLanguageWarningDialog::fill(), XonoticMapInfoDialog::fill(), XonoticMediaDialog::fill(), XonoticMiscSettingsTab::fill(), XonoticMonsterToolsDialog::fill(), XonoticMultiplayerDialog::fill(), XonoticMusicPlayerTab::fill(), XonoticMutatorsDialog::fill(), XonoticProfileTab::fill(), XonoticQuitDialog::fill(), XonoticResetDialog::fill(), XonoticSandboxToolsDialog::fill(), XonoticScreenshotBrowserTab::fill(), XonoticScreenshotViewerDialog::fill(), XonoticServerCreateTab::fill(), XonoticServerInfoDialog::fill(), XonoticServerInfoTab::fill(), XonoticServerListTab::fill(), XonoticServerToSTab::fill(), XonoticSettingsDialog::fill(), XonoticSingleplayerDialog::fill(), XonoticSkinResetDialog::fill(), XonoticTeamSelectDialog::fill(), XonoticToSDialog::fill(), XonoticUid2NameDialog::fill(), XonoticUserbindEditDialog::fill(), XonoticUserSettingsTab::fill(), XonoticVideoSettingsTab::fill(), XonoticWelcomeDialog::fill(), XonoticWinnerDialog::fill(), find(), find_bot_by_name(), find_bot_by_number(), findbox_Fallback(), findbox_tofield_Fallback(), findchainentity(), findchainflags(), findchainfloat(), findchainstring(), FindConnectedComponent(), findentity(), findflags(), findfloat(), findnearest(), findtrajectorywithleading(), AnimHost::finishAllAnim(), Animation::finishAnim(), AnimHost::finishObjAnim(), Fire_AddDamage(), Fire_ApplyDamage(), fireBullet(), fireBullet_antilag(), fireBullet_falloff(), FireGrapplingHook(), FireImoBeam(), FireImoBeam(), FireRailgunBullet(), firstRun_setLanguage(), FixClientCvars(), FixIntermissionClient(), FixPlayermodel(), flipflop_use(), Ammo::float(), Armor::float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), float(), FuelRegen::float(), Health::float(), Jetpack::float(), Pickup::float(), WeaponPickup::float(), ListBox::focusedItemChangeNotify(), XonoticGametypeList::focusedItemChangeNotify(), XonoticLanguageList::focusedItemChangeNotify(), XonoticRegisteredSettingsList::focusedItemChangeNotify(), XonoticServerList::focusedItemChangeNotify(), Nexposee::focusEnter(), XonoticCreditsDialog::focusEnter(), XonoticServerList::focusEnter(), XonoticWinnerDialog::focusEnter(), Container::focusLeave(), InputContainer::focusLeave(), ListBox::focusLeave(), XonoticCharmap::focusLeave(), XonoticColorpicker::focusLeave(), XonoticInputBox::focusLeave(), follow_init(), follow_sameorigin(), football_touch(), forAllDescendants(), formatmessage(), frag_centermessage_override(), fragsfilter_use(), free_skeleton_from_frames(), freezetag_Add_Score(), freezetag_count_alive_players(), freezetag_Freeze(), freezetag_Ice_Think(), freezetag_isEliminated(), freezetag_LastPlayerForTeam(), freezetag_LastPlayerForTeam_Notify(), freezetag_Unfreeze(), Frozen_ice_create(), Frozen_ice_remove(), Frozen_ice_think(), ft_RemovePlayer(), ftoe(), func_bobbing_controller_think(), func_breakable_behave_destroyed(), func_breakable_behave_restore(), func_breakable_colormod(), func_breakable_damage(), func_breakable_destroy(), func_breakable_destroy_self(), func_breakable_destroyed(), func_breakable_init_for_player(), func_breakable_look_destroyed(), func_breakable_look_restore(), func_breakable_reset(), func_breakable_restore(), func_breakable_restore_self(), func_breakable_setup(), func_breakable_think(), func_fourier_controller_think(), func_ladder_init(), func_ladder_link(), func_ladder_send(), func_ladder_think(), func_pendulum_controller_think(), func_rotating_init_for_player(), func_rotating_reset(), func_rotating_setactive(), func_stardust_think(), func_train_find(), func_vectormamamam_controller_think(), func_vectormamamam_findtarget(), func_vectormamamam_init_for_player(), func_vectormamamam_origin(), func_vectormamamam_setactive(), g_clientmodel_dropbyspawnflags(), g_clientmodel_genericsendentity(), g_clientmodel_init(), g_clientmodel_setcolormaptoactivator(), g_clientmodel_think(), g_clientmodel_use(), XonoticMapList::g_maplistCacheQuery(), XonoticMapList::g_maplistCacheToggle(), g_model_dropbyspawnflags(), g_model_init(), g_model_setcolormaptoactivator(), GameCommand(), GameCommand_adminmsg(), GameCommand_animbench(), GameCommand_anticheat(), GameCommand_bot_cmd(), GameCommand_defer_clear(), GameCommand_gettaginfo(), GameCommand_make_mapinfo(), GameCommand_moveplayer(), GameCommand_stuffto(), GameCommand_trace(), GameplayMode_DelayedInit(), gamestart_use(), GameType_ConfigureSliders(), GameType_ConfigureSliders_for_CurrentGametype(), XonoticServerCreateTab::gameTypeChangeNotify(), XonoticServerCreateTab::gameTypeSelectNotify(), GameTypeVote_DrawGameTypeItem(), GameTypeVote_SetGametype(), generator_changeteam(), generator_construct(), generator_damage(), generator_draw(), generator_send(), generic_netlinked_legacy_use(), generic_netlinked_reset(), generic_netlinked_setactive(), generic_pickupevalfunc(), Pickup::generic_pickupevalfunc(), generic_plat_blocked(), generic_setactive(), get_closer_dest(), get_corner_position(), getAllHUDSkins(), GetAmmoConsumption(), GetAmmoItem(), GetAmmoResource(), GetCallerName(), GetCommandPrefix(), GetCurrentAmplitude(), GetCvars(), GetCvars_handleFloat(), GetCvars_handleFloatOnce(), GetCvars_handleString(), GetCvars_handleString_Fixup(), getCvarsMulti(), XonoticDemoList::getDemos(), getDemos_for_ext(), CvarStringSource::getEntry(), DataSource::getEntry(), SettingSource::getEntry(), StringSource::getEntry(), SettingSource::getEntryTooltip(), GetField_fullspawndata(), GetFilteredEntity(), ListBox::getFirstFullyVisibleItemAtScrollPos(), getHUDSkinFiles(), XonoticHUDSkinList::getHUDSkins(), TextSlider::getIdentifier(), GetIndexedEntity(), ListBox::getItemAtPos(), XonoticServerList::getItemAtPos(), ListBox::getItemHeight(), XonoticServerList::getItemHeight(), ListBox::getItemStart(), XonoticServerList::getItemStart(), XonoticLanguageList::getLanguages(), ListBox::getLastFullyVisibleItemAtScrollPos(), getNewChildDuration(), getNewChildStart(), getNewChildValue(), MixedSlider::getNumberIdentifier(), XonoticPlayerList::getPlayerList(), GetPlayerScoreString(), GetPlayerSound(), GetPressedKeys(), getrecords(), GetResource(), GetResourceLimit(), XonoticScreenshotList::getScreenshots(), getScreenshots_for_ext(), XonoticSkinList::getSkins(), XonoticSoundList::getSounds(), XonoticStatsList::getStats(), GetTeam(), GetTeamScoreString(), XonoticTextBox::getTextBoxLine(), GetTimeForAmplitude(), gettooltip_dependency_string_numeric(), ListBox::getTotalHeight(), XonoticServerList::getTotalHeight(), GetVoiceMessage(), Gib_Delete(), Gib_Draw(), Gib_setmodel(), Gib_Touch(), GiveBall(), GiveBit(), GiveBit(), GiveBuff(), GiveFrags(), GiveItems(), GiveRandomWeapons(), GiveResource(), GiveResourceValue(), GiveResourceWithLimit(), GiveRot(), GiveSound(), GiveStatusEffect(), Pickup::giveTo(), WeaponPickup::giveTo(), GiveValue(), GiveValue(), GiveWarmupResources(), GiveWeapon(), globalsound(), XonoticPlayerModelSelector::go(), GoalTouch(), XonoticScreenshotList::goScreenshot(), GotoFirstMap(), Dialog::gotoRC(), GrapplingHook_Damage(), GrapplingHook_Stop(), GrapplingHookReset(), GrapplingHookSend(), GrapplingHookThink(), GrapplingHookTouch(), Handicap_GetForcedHandicap(), Handicap_GetTotalHandicap(), Handicap_GetVoluntaryHandicap(), Handicap_Initialize(), Handicap_SetForcedHandicap(), Handicap_UpdateHandicapLevel(), Handle_StartDemo_Click(), Handle_TimeDemo_Click(), have_pickup_item(), havocbot_ai(), havocbot_aim(), havocbot_ast_reset_role(), havocbot_bunnyhop(), havocbot_checkdanger(), havocbot_checkgoaldistance(), havocbot_chooseenemy(), havocbot_chooserole(), havocbot_chooserole_generic(), havocbot_chooseweapon(), havocbot_chooseweapon_checkreload(), havocbot_ctf_calculate_middlepoint(), havocbot_ctf_find_enemy_flag(), havocbot_ctf_find_flag(), havocbot_ctf_is_basewaypoint(), havocbot_ctf_reset_role(), havocbot_ctf_teamcount(), havocbot_dodge(), havocbot_goalrating_ast_targets(), havocbot_goalrating_ball(), havocbot_goalrating_controlpoints(), havocbot_goalrating_ctf_droppedflags(), havocbot_goalrating_ctf_enemybase(), havocbot_goalrating_ctf_enemyflag(), havocbot_goalrating_ctf_ourbase(), havocbot_goalrating_ctf_ourstolenflag(), havocbot_goalrating_enemyplayers(), havocbot_goalrating_ft_freeplayers(), havocbot_goalrating_item_can_be_left_to_teammate(), havocbot_goalrating_item_pickable_check_players(), havocbot_goalrating_items(), havocbot_goalrating_kh(), havocbot_goalrating_ons_controlpoints_attack(), havocbot_goalrating_ons_generator_attack(), havocbot_goalrating_tkaball(), havocbot_goalrating_waypoints(), havocbot_keyboard_movement(), havocbot_moveto(), havocbot_moveto_refresh_route(), havocbot_movetogoal(), havocbot_ons_reset_role(), havocbot_resetgoal(), havocbot_role_ast_defense(), havocbot_role_ast_offense(), havocbot_role_ast_setrole(), havocbot_role_ctf_carrier(), havocbot_role_ctf_defense(), havocbot_role_ctf_escort(), havocbot_role_ctf_middle(), havocbot_role_ctf_offense(), havocbot_role_ctf_retriever(), havocbot_role_ctf_setrole(), havocbot_role_cts(), havocbot_role_dom(), havocbot_role_ft_freeing(), havocbot_role_ft_offense(), havocbot_role_generic(), havocbot_role_ka_carrier(), havocbot_role_ka_collector(), havocbot_role_kh_carrier(), havocbot_role_kh_defense(), havocbot_role_kh_freelancer(), havocbot_role_kh_offense(), havocbot_role_ons_assistant(), havocbot_role_ons_defense(), havocbot_role_ons_offense(), havocbot_role_ons_setrole(), havocbot_role_race(), havocbot_role_tka_carrier(), havocbot_role_tka_collector(), havocbot_select_an_item_of_group(), havocbot_setupbot(), Headshot(), Heal(), healtharmor_pickupevalfunc(), heapsort(), ModalController::hideAll(), ModalController::hideChild(), Container::hideNotify(), XonoticCvarList::hideNotify(), HitSound(), hk_is_valid_target(), HUD_Ammo(), HUD_Crosshair(), HUD_Crosshair_Vehicle(), HUD_Draw(), Hud_Dynamic_Frame(), HUD_InfoMessages(), HUD_MinigameBoard(), HUD_MinigameMenu(), HUD_MinigameMenu_Click(), HUD_MinigameMenu_Click_ExpandCollapse(), HUD_MinigameMenu_ClickCreate(), HUD_MinigameMenu_ClickCreate_Entry(), HUD_MinigameMenu_ClickCurrentGame(), HUD_MinigameMenu_ClickCustomEntry(), HUD_MinigameMenu_ClickInvite(), HUD_MinigameMenu_ClickInvite_Entry(), HUD_MinigameMenu_ClickJoin(), HUD_MinigameMenu_ClickJoin_Entry(), HUD_MinigameMenu_ClickQuit(), HUD_MinigameMenu_Close(), HUD_MinigameMenu_CurrentButton(), HUD_MinigameMenu_CustomEntry(), HUD_MinigameMenu_EraseEntry(), HUD_MinigameMenu_InsertEntry(), HUD_MinigameMenu_MouseInput(), HUD_MinigameMenu_SpawnEntry(), HUD_MinigameMenu_SpawnSubEntry(), HUD_MinigameStatus(), HUD_Mod_Race(), HUD_Mouse(), HUD_mouse_over(), HUD_Panel_Draw(), HUD_Panel_InputEvent(), HUD_Physics(), HUD_Pickup(), HUD_Powerups(), HUD_Quickmenu_PlayerListEntries(), HUD_Radar(), HUD_Score(), HUD_Score_Rankings(), HUD_Scoreboard_InputEvent(), HUD_StrafeHUD(), HUD_Weapons(), HUDSetup_Check_Gamestatus(), HUDSetup_Start(), XonoticHUDSkinList::hudskinAuthor(), HUDSkinList_Filter_Change(), HUDSkinList_Refresh_Click(), HUDSkinList_Reset_Click(), HUDSkinList_SavedName_Change(), XonoticHUDSkinList::hudskinName(), XonoticHUDSkinList::hudskinPath(), XonoticHUDSkinList::hudskinTitle(), ignore_add_player(), ignore_clearall(), ignore_list_apply(), ignore_list_send(), ignore_list_update_on_connection(), ignore_playerindb(), ignore_playerinlist(), ignore_remove_player(), IL_CONTAINS(), IL_DTOR(), IL_ENDFRAME(), IL_INIT(), IL_POP(), IL_PUSH(), IL_REMOVE(), IL_REMOVE_RAW(), IL_SHIFT(), il_test_build(), IL_UNSHIFT(), Image_configureImage(), Image_drag(), Image_drag_setStartPos(), Image_draw(), Image_initZoom(), Image_resizeNotify(), Image_setZoom(), Image_toString(), Image_updateAspect(), IMPULSE(), IMPULSE(), IMPULSE(), IMPULSE(), IMPULSE(), IMPULSE(), IMPULSE(), IMPULSE(), IMPULSE(), IMPULSE(), IMPULSE(), Impulse_Send(), ImpulseCommands(), increaseZoom_Click(), DataSource::indexOf(), info_autoscreenshot_findtarget(), InitBall(), ModalController::initializeDialog(), InitializeEntitiesRun(), InitializeEntity(), InitMovingBrushTrigger(), InitSolidBSPTrigger(), InitTrigger(), Image::initZoom(), InputBox_configureInputBox(), InputBox_draw(), InputBox_enterText(), InputBox_keyDown(), InputBox_mouseDrag(), InputBox_mouseMove(), InputBox_mouseRelease(), InputBox_resizeNotify(), InputBox_setText(), InputBox_showNotify(), InputContainer__changeFocusXY(), InputContainer_focusLeave(), InputContainer_keyDown(), InputContainer_mouseDrag(), InputContainer_mouseMove(), InputContainer_mouseRelease(), InputContainer_resizeNotify(), MixedSlider::insertRange(), MixedSlider::insertText(), TextSlider::insertValue(), instagib_ammocheck(), instagib_countdown(), instagib_replace_item_with(), instagib_replace_item_with_random_powerup(), instagib_stop_countdown(), InstantAction_LoadMap(), int(), int(), IntermissionThink(), InterpolateOrigin_Do(), InterpolateOrigin_Note(), InterpolateOrigin_Reset(), InterpolateOrigin_Undo(), Invasion_CheckWinner(), invasion_DelayedInit(), invasion_GetWaveEntity(), invasion_PickSpawn(), invasion_SpawnChosenMonster(), Inventory_clear(), Inventory_customize(), Inventory_delete(), Inventory_pickupitem(), Inventory_remove(), Inventory_update(), Inventory_Write(), InventoryStorage_attach(), InventoryStorage_delete(), invite_minigame(), is_close_to_ground(), is_close_to_wall(), is_item_filtered(), IsFlying(), isGametypeInFilter(), isPushable(), ListBox::isScrolling(), IsZooming(), IT_Write(), item_armorbig_init(), item_armormedium_init(), item_armormega_init(), item_armorsmall_init(), Item_CopyFields(), Item_Damage(), Item_FindTeam(), Item_GiveAmmoTo(), Item_GiveTo(), Pickup::Item_GiveTo(), ITEM_HANDLE(), Pickup::ITEM_HANDLE(), item_healthbig_init(), item_healthmedium_init(), item_healthmega_init(), item_healthsmall_init(), Item_Initialise(), Item_IsDefinitionAllowed(), Item_ItemsTime_ResetTimesForPlayer(), Item_ItemsTime_SetTime(), Item_ItemsTime_SetTimesForPlayer(), Item_ItemsTime_UpdateTime(), item_key_touch(), item_keys_usekey(), Item_NotifyWeapon(), Item_RandomFromList(), Item_Reset(), Item_Respawn(), Item_RespawnCountdown(), Item_RespawnThink(), Item_ScheduleInitialRespawn(), Item_ScheduleRespawn(), Item_ScheduleRespawnIn(), item_setactive(), Item_Show(), Item_Think(), Item_Touch(), item_use(), ItemDraw(), Container::itemFromPoint(), ItemRemove(), ItemSend(), ItemSetModel(), ItemUpdate(), Join(), Join_Click(), join_minigame(), joinAllowed(), jumppad_push(), ka_ballcarrier_waypointsprite_visible_for_player(), ka_BallThink_Carried(), ka_DamageEvent(), ka_DropEvent(), ka_EventLog(), ka_Handler_CheckBall(), ka_PlayerReset(), ka_RespawnBall(), ka_SpawnBalls(), ka_TouchEvent(), ka_waypointsprite_visible_for_bot(), key_reset(), KeyBinder_Bind_Change(), KeyBinder_Bind_Clear(), KeyBinder_Bind_Edit(), KeyBinder_Bind_Reset_All(), Button::keyDown(), Container::keyDown(), Dialog::keyDown(), InputBox::keyDown(), InputContainer::keyDown(), ListBox::keyDown(), Nexposee::keyDown(), Slider::keyDown(), XonoticCampaignList::keyDown(), XonoticCharmap::keyDown(), XonoticColorpicker::keyDown(), XonoticCreditsList::keyDown(), XonoticCvarList::keyDown(), XonoticDemoList::keyDown(), XonoticEntryList::keyDown(), XonoticGametypeList::keyDown(), XonoticHUDSkinList::keyDown(), XonoticInputBox::keyDown(), XonoticKeyBinder::keyDown(), XonoticLanguageList::keyDown(), XonoticMapList::keyDown(), XonoticPicker::keyDown(), XonoticPlayList::keyDown(), XonoticScreenshotList::keyDown(), XonoticScreenshotViewerDialog::keyDown(), XonoticServerList::keyDown(), XonoticSkinList::keyDown(), XonoticSoundList::keyDown(), XonoticStatsList::keyDown(), XonoticTopicList::keyDown(), XonoticWeaponsList::keyDown(), XonoticWelcomeDialog::keyDown(), XonoticKeyBinder::keyGrabbed(), Container::keyUp(), Nexposee::keyUp(), Slider::keyUp(), kh_AttachedOrigin(), kh_Controller_Think(), kh_FinishRound(), kh_HandleFrags(), kh_Initialize(), kh_Key_AllOwnedByWhichTeam(), kh_Key_AssignTo(), kh_Key_Attach(), kh_Key_Collect(), kh_Key_Damage(), kh_Key_Detach(), kh_Key_DropAll(), kh_Key_DropOne(), kh_Key_Remove(), kh_Key_Spawn(), kh_Key_Think(), kh_Key_Touch(), kh_Key_waypointsprite_visible_for_player(), kh_KeyCarrier_waypointsprite_visible_for_player(), kh_LoserTeam(), kh_Scores_Event(), kh_StartRound(), kh_update_state(), kh_waypointsprite_visible_for_bot(), kh_WinnerTeam(), Kill_Notification(), KillIndicator_Think(), KillPlayerForTeamChange(), Label_configureLabel(), Label_draw(), Label_recalcPositionWithText(), Label_resizeNotify(), Label_setText(), Label_toString(), language_selector_click(), XonoticLanguageList::languageParameter(), laser_SendEntity(), laser_setactive(), laser_use(), LaunchDebris(), leanmodel_ofs(), leaveMatchButton_getText(), leaveMatchButton_getTooltip(), Container::leaveSubitem(), LimitedChildrenRubble(), link_spawnpoint(), LinkDoors(), LinkDoors_isconnected(), LinkDoors_nextent(), linkSensitivities(), ListBox_clickListBoxItem(), ListBox_configureListBox(), ListBox_doubleClickListBoxItem(), ListBox_draw(), ListBox_drawListBoxItem(), ListBox_focusedItemChangeNotify(), ListBox_focusLeave(), ListBox_getFirstFullyVisibleItemAtScrollPos(), ListBox_getItemAtPos(), ListBox_getItemHeight(), ListBox_getItemStart(), ListBox_getLastFullyVisibleItemAtScrollPos(), ListBox_getTotalHeight(), ListBox_isScrolling(), ListBox_keyDown(), ListBox_mouseDrag(), ListBox_mouseMove(), ListBox_mouseRelease(), ListBox_resizeNotify(), ListBox_scrollToItem(), ListBox_setFocusedItem(), ListBox_setSelected(), ListBox_updateControlTopBottom(), ListNewChildRubble(), LL_POP(), LL_PUSH(), lms_AddPlayer(), lms_RemovePlayer(), lms_replace_with_extralife(), lms_waypointsprite_visible_for_player(), XonoticScreenshotImage::load(), load_unit_settings(), loadAllCvars(), XonoticCampaignList::loadCvars(), XonoticCheckBox::loadCvars(), XonoticCheckBoxString::loadCvars(), XonoticColorButton::loadCvars(), XonoticColorpickerString::loadCvars(), XonoticDecibelsSlider::loadCvars(), XonoticGametypeList::loadCvars(), XonoticInputBox::loadCvars(), XonoticLanguageList::loadCvars(), XonoticMapList::loadCvars(), XonoticMixedSlider::loadCvars(), XonoticPlayerModelSelector::loadCvars(), XonoticRadioButton::loadCvars(), XonoticResolutionSlider::loadCvars(), XonoticScoreboardFadeTimeSlider::loadCvars(), XonoticSkinList::loadCvars(), XonoticSlider::loadCvars(), XonoticTextSlider::loadCvars(), XonoticWeaponarenaCheckBox::loadCvars(), loadCvarsOf(), XonoticKeyBinder::loadKeyBinds(), XonoticMapInfoDialog::loadMapInfo(), XonoticPlayerModelSelector::loadModels(), LoadPlayerSounds(), XonoticScreenshotBrowserTab::loadPreviewScreenshot(), XonoticResolutionSlider::loadResolutions(), XonoticScreenshotViewerDialog::loadScreenshot(), XonoticServerInfoDialog::loadServerInfo(), XonoticServerToSTab::loadToS(), XonoticUserbindEditDialog::loadUserBind(), XonoticToSDialog::loadXonoticToS(), Local_Notification(), Local_Notification_Queue_Add(), Local_Notification_Queue_Run(), LocalCommand_boxparticles(), LocalCommand_debugmodel(), LOD_customize(), LOD_uncustomize(), LODmodel_attach(), LogDeath(), LogNB(), loopsound(), LostMovetypeFollow(), m_activate_window(), StatusEffect::m_active(), StatusEffect::m_apply(), Assault::m_configuremenu(), CaptureTheFlag::m_configuremenu(), ClanArena::m_configuremenu(), Domination::m_configuremenu(), FreezeTag::m_configuremenu(), Gametype::m_configuremenu(), Invasion::m_configuremenu(), KeyHunt::m_configuremenu(), LastManStanding::m_configuremenu(), mayhem::m_configuremenu(), NexBall::m_configuremenu(), Onslaught::m_configuremenu(), Race::m_configuremenu(), RaceCTS::m_configuremenu(), TeamDeathmatch::m_configuremenu(), tmayhem::m_configuremenu(), m_findtooltipitem(), m_focus_item_chain(), M_Golem_Attack(), M_Golem_Attack_Lightning(), M_Golem_Attack_Lightning_Damage(), M_Golem_Attack_Lightning_Explode(), M_Golem_Attack_Lightning_Explode_use(), M_Golem_Attack_Lightning_Think(), M_Golem_Attack_Lightning_Touch(), M_Golem_Attack_Smash(), M_Golem_Attack_Swing(), m_goto(), Command::m_invokecmd(), m_keydown(), M_Mage_Attack(), M_Mage_Attack_Push(), M_Mage_Attack_Spike(), M_Mage_Attack_Spike_Explode(), M_Mage_Attack_Spike_Think(), M_Mage_Attack_Spike_Touch(), M_Mage_Attack_Teleport(), M_Mage_Defend_Heal(), M_Mage_Defend_Heal_Check(), M_Mage_Defend_Shield(), StatusEffect::m_persistent(), StatusEffect::m_remove(), m_setpointerfocus(), GameItem::m_spawnfunc_hookreplace(), Weapon::m_spawnfunc_hookreplace(), M_Spider_Attack(), M_Spider_Attack_Web(), M_Spider_Attack_Web_Explode(), M_Spider_Attack_Web_Explode_use(), M_Spider_Attack_Web_Touch(), StatusEffect::m_tick(), m_tooltip(), M_Wyvern_Attack(), M_Wyvern_Attack_Fireball(), M_Wyvern_Attack_Fireball_Explode(), M_Wyvern_Attack_Fireball_Touch(), M_Zombie_Attack(), M_Zombie_Attack_Leap_Touch(), M_Zombie_Defend_Block(), M_Zombie_Defend_Block_End(), MachineGun_Update_Spread(), MainWindow_configureMainWindow(), MainWindow_draw(), make_mapinfo_Think(), make_safe_for_remove(), makeCallback(), makeEasing(), makeHostedEasing(), makeHostedKeyframe(), makeKeyframe(), makeMulti(), XonoticTabController::makeTabButton(), XonoticTabController::makeTabButton_T(), makeTeamButton(), makeTeamButton_T(), makeXonoticAudioSettingsTab(), makeXonoticBigButton(), makeXonoticBigCommandButton(), makeXonoticBigCommandButton_T(), makeXonoticButton(), makeXonoticButton_T(), makeXonoticCampaignList(), makeXonoticCharmap(), makeXonoticCheckBox(), makeXonoticCheckBox_T(), makeXonoticCheckBoxEx(), makeXonoticCheckBoxEx_T(), makeXonoticCheckBoxString(), makeXonoticColorButton(), makeXonoticColorpicker(), makeXonoticColorpickerString(), makeXonoticCommandButton(), makeXonoticCommandButton_T(), makeXonoticCreditsList(), makeXonoticCrosshairPicker(), makeXonoticCrosshairPreview(), makeXonoticCvarList(), makeXonoticDamageTextSettingsTab(), makeXonoticDecibelsSlider(), makeXonoticDecibelsSlider_T(), makeXonoticDemoBrowserTab(), makeXonoticDemoList(), makeXonoticEffectsSettingsTab(), makeXonoticGameCrosshairSettingsTab(), makeXonoticGameHUDSettingsTab(), makeXonoticGameMessageSettingsTab(), makeXonoticGameModelSettingsTab(), makeXonoticGameSettingsTab(), makeXonoticGametypeList(), makeXonoticGameViewSettingsTab(), makeXonoticGameWeaponsSettingsTab(), makeXonoticGuideTab(), makeXonoticHeaderLabel(), makeXonoticHUDSkinList(), makeXonoticImage(), makeXonoticInputBox(), makeXonoticInputBox_T(), makeXonoticInputSettingsTab(), makeXonoticKeyBinder(), makeXonoticLanguageList(), makeXonoticLeaveMatchButton(), makeXonoticListBox(), makeXonoticMapList(), makeXonoticMiscSettingsTab(), makeXonoticMixedSlider(), makeXonoticMixedSlider_T(), makeXonoticMusicPlayerTab(), makeXonoticNexposee(), makeXonoticPicker(), makeXonoticPicmipSlider(), makeXonoticPlayerList(), makeXonoticPlayerModelSelector(), makeXonoticPlayList(), makeXonoticProfileTab(), makeXonoticRadioButton(), makeXonoticRadioButton_T(), makeXonoticResolutionSlider(), makeXonoticScoreboardFadeTimeSlider(), makeXonoticScreenshotBrowserTab(), makeXonoticScreenshotImage(), makeXonoticScreenshotList(), makeXonoticServerCreateTab(), makeXonoticServerInfoTab(), makeXonoticServerList(), makeXonoticServerListTab(), makeXonoticServerToSTab(), makeXonoticSkinList(), makeXonoticSlider(), makeXonoticSlider_T(), makeXonoticSliderCheckBox(), makeXonoticSoundList(), makeXonoticStatsList(), makeXonoticTabController(), makeXonoticTextBox(), makeXonoticTextLabel(), makeXonoticTextSlider(), makeXonoticTextSlider_T(), makeXonoticUserSettingsTab(), makeXonoticVideoSettingsTab(), makeXonoticWeaponarenaCheckBox(), makeXonoticWeaponsList(), MapList_Add_All(), MapList_Add_Shown(), MapList_LoadMap(), MapList_Remove_All(), MapList_Remove_Shown(), MapList_Set_StringFilterBox(), MapList_StringFilterBox_Change(), MapList_StringFilterBox_keyDown(), MapVote_CheckPK3(), MapVote_ranked_cmp(), MapVote_ranked_swap(), MapVote_SendEntity(), MapVote_SendPicture(), MapVote_Suggest(), MapVote_TouchVotes(), MayhemCalculatePlayerScore(), mean_accumulate(), mean_evaluate(), minigame_addplayer(), minigame_autoclean_entity(), minigame_CheckSend(), minigame_count_players(), minigame_entremove(), minigame_find_player(), minigame_get_descriptor(), minigame_player_entremove(), minigame_read_owner(), minigame_resend(), minigame_rmplayer(), minigame_SendEntity(), minigame_server_sendflags(), minigame_show_allspecs(), MinigameImpulse(), misc_laser_aim(), misc_laser_init(), misc_laser_think(), MixedSlider_addRange(), MixedSlider_addText(), MixedSlider_adjustDigitsForStep(), MixedSlider_clearValues(), MixedSlider_configureMixedSliderValues(), MixedSlider_getNumberIdentifier(), MixedSlider_insertRange(), MixedSlider_insertText(), MixedSlider_rangedIdentifierToText(), MixedSlider_setValueFromNumberIdentifier(), MixedSlider_valueToNumberIdentifier(), MixedSlider_valueToText(), ModalController_addItem(), ModalController_addTab(), ModalController_draw(), ModalController_hideAll(), ModalController_hideChild(), ModalController_initializeDialog(), ModalController_resizeNotify(), ModalController_showChild(), ModalController_switchState(), ModelEffect_Draw(), modeleffect_SendEntity(), modeleffect_spawn(), monoflop_fixed_use(), monoflop_reset(), monoflop_think(), monoflop_use(), Monster_Anim(), Monster_Appear(), Monster_Appear_Check(), Monster_Attack_Check(), Monster_Attack_Leap(), Monster_Attack_Leap_Check(), Monster_Attack_Melee(), Monster_Attack_Melee(), monster_changeteam(), Monster_CheckDanger(), Monster_Damage(), Monster_Dead(), Monster_Dead_Damage(), Monster_Dead_Fade(), Monster_Dead_Think(), Monster_Delay(), Monster_Delay_Action(), monster_dropitem(), Monster_Enemy_Check(), monster_facing(), Monster_FindTarget(), Monster_Heal(), monster_makevectors(), Monster_Miniboss_Setup(), Monster_Move(), Monster_Move_2D(), Monster_Move_2D(), Monster_Move_Target(), Monster_Remove(), Monster_Reset(), Monster_Respawn(), Monster_Respawn_Check(), monster_setupcolors(), Monster_Sound(), Monster_Sound(), Monster_Sounds_Clear(), Monster_Sounds_Load(), Monster_Sounds_Precache(), Monster_Sounds_Update(), Monster_Spawn(), Monster_Spawn_Setup(), Monster_Think(), Monster_Touch(), Monster_UpdateModel(), Monster_Use(), Monster_ValidTarget(), Monster_WanderTarget(), monsters_animoverride(), monsters_setstatus(), Button::mouseDrag(), Container::mouseDrag(), InputBox::mouseDrag(), InputContainer::mouseDrag(), ListBox::mouseDrag(), Nexposee::mouseDrag(), Slider::mouseDrag(), XonoticColorpicker::mouseDrag(), XonoticColorpickerString::mouseDrag(), XonoticPicker::mouseDrag(), XonoticPlayList::mouseDrag(), XonoticScreenshotImage::mouseDrag(), XonoticWeaponsList::mouseDrag(), Container::mouseMove(), InputBox::mouseMove(), InputContainer::mouseMove(), ListBox::mouseMove(), Nexposee::mouseMove(), XonoticPicker::mouseMove(), XonoticScreenshotImage::mouseMove(), XonoticServerList::mouseMove(), Container::mousePress(), Button::mouseRelease(), Container::mouseRelease(), InputBox::mouseRelease(), InputContainer::mouseRelease(), ListBox::mouseRelease(), Nexposee::mouseRelease(), Slider::mouseRelease(), XonoticColorpicker::mouseRelease(), XonoticColorpickerString::mouseRelease(), XonoticCvarList::mouseRelease(), XonoticPicker::mouseRelease(), XonoticWelcomeDialog::mouseRelease(), XonoticPicker::moveFocus(), Container::moveItemAfter(), movelib_brake_simple(), movelib_dragvec(), movelib_groundalign4point(), movelib_inertmove(), movelib_inertmove_byspeed(), movelib_move(), MoveToLast(), MoveToRandomLocationWithinBounds(), MoveToRandomMapLocation(), MoveToTeam(), Movetype_Physics_MatchServer(), Movetype_Physics_MatchTicrate(), Movetype_Physics_NoMatchServer(), Movetype_Physics_NoMatchTicrate(), Monster::mr_anim(), Monster::mr_deadthink(), Monster::mr_death(), Monster::mr_pain(), Monster::mr_setup(), Monster::mr_think(), msle_spawn(), multi_eventdamage(), multi_reset(), multi_touch(), multi_trigger(), multi_use(), multi_wait(), MultiCampaign_Next(), MultiCampaign_Prev(), multivibrator_reset(), multivibrator_send(), multivibrator_send_think(), multivibrator_toggle(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), Mutator_SendEntity(), MX_JLF_(), MX_Messages_(), MX_Nick(), MX_Nick_(), MX_Say(), MX_Say_(), MX_Sync_(), MX_Typing(), MX_Typing_(), nade_ammo_boom(), nade_ammo_touch(), nade_beep(), nade_boom(), nade_burn_spawn(), nade_customize(), nade_damage(), nade_darkness_boom(), nade_darkness_think(), nade_entrap_boom(), nade_entrap_touch(), nade_heal_boom(), nade_heal_touch(), nade_ice_boom(), nade_ice_freeze(), nade_ice_think(), nade_monster_boom(), nade_napalm_ball(), nade_napalm_boom(), nade_normal_boom(), nade_pickup(), nade_prime(), nade_spawn(), nade_spawn_boom(), nade_spawn_DestroyDamage(), nade_spawn_SetSpawnHealth(), nade_timer_think(), nade_touch(), Nade_TrailEffect(), nade_translocate_boom(), nade_translocate_DestroyDamage(), nade_veil_Apply(), nade_veil_boom(), nade_veil_touch(), nades_CheckThrow(), nades_Clear(), nades_GiveBonus(), nades_orb_think(), nades_PlayerColor(), nades_RemoveBonus(), nades_RemovePlayer(), nades_spawn_orb(), Nagger_SendEntity(), napalm_ball_think(), napalm_damage(), napalm_fountain_think(), navigation_check_submerged_state(), navigation_checkladders(), navigation_clearroute(), navigation_dynamicgoal_init(), navigation_dynamicgoal_set(), navigation_dynamicgoal_unset(), navigation_findnearestwaypoint(), navigation_findnearestwaypoint_withdist_except(), navigation_get_really_close_waypoint(), navigation_goalrating_end(), navigation_goalrating_start(), navigation_goalrating_timeout(), navigation_goalrating_timeout_can_be_anticipated(), navigation_goalrating_timeout_expire(), navigation_goalrating_timeout_extend_if_needed(), navigation_goalrating_timeout_force(), navigation_goalrating_timeout_set(), navigation_markroutes(), navigation_markroutes_checkwaypoint(), navigation_markroutes_inverted(), navigation_markroutes_nearestwaypoints(), navigation_poproute(), navigation_poptouchedgoals(), navigation_pushroute(), navigation_routerating(), navigation_routetogoal(), navigation_shortenpath(), navigation_unstuck(), navigation_waypoint_will_link(), nb_delayedinit(), nb_DropBall(), nb_Goal_Customize(), nb_spawnteam(), nb_spawnteams(), NearestLocation(), NearestPointOnBox(), Net_ClientCommand(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), Net_LinkEntity(), NET_Mutator_Remove(), Net_Notification_Remove(), Net_UnlinkEntity(), Net_Write_Effect(), Net_Write_Notification(), nexball_setstatus(), Nexposee_addItem(), Nexposee_calc(), Nexposee_Calc_Scale(), Nexposee_close(), Nexposee_draw(), Nexposee_focusEnter(), Nexposee_keyDown(), Nexposee_keyUp(), Nexposee_mouseDrag(), Nexposee_mouseMove(), Nexposee_mouseRelease(), Nexposee_pullNexposee(), Nexposee_resizeNotify(), Nexposee_setNexposee(), nextent(), nextScreenshot_Click(), NextSound_Click(), NIX_CanChooseWeapon(), NIX_GiveCurrentWeapon(), nJoinAllowed(), nmm_count_pieces(), nmm_find_piece(), nmm_find_tile(), nmm_in_mill(), nmm_in_mill_string(), nmm_init_tiles(), nmm_kill_tiles(), nmm_server_event(), nmm_spawn_tile(), nmm_spawn_tile_square(), nmm_tile_adjacent(), nmm_tile_build_hmill(), nmm_tile_build_vmill(), nmm_tile_canmove(), Noise_Brown(), Noise_Burst(), Noise_Pink(), Noise_White(), Notification_CheckArgs(), Notification_GetCvars(), Notification_ShouldSend(), Obituary(), Obituary_SpecialDeath(), Obituary_SpecialDeath(), Obituary_WeaponDeath(), ObserverOrSpectatorThink(), NadeOffhand::offhand_think(), OffhandHook::offhand_think(), OffhandMageTeleport::offhand_think(), OffhandWeapon::offhand_think(), ok_DropItem(), ok_HandleItemWaypoints(), OnlineBanList_Think(), ONREMOVE(), ons_camSetup(), ons_CaptureShield_Customize(), ons_CaptureShield_Reset(), ons_CaptureShield_Spawn(), ons_CaptureShield_Touch(), ons_ControlPoint_Attackable(), ons_ControlPoint_CanBeLinked(), ons_ControlPoint_Icon_BuildThink(), ons_ControlPoint_Icon_Damage(), ons_ControlPoint_Icon_Heal(), ons_ControlPoint_Icon_Spawn(), ons_ControlPoint_Icon_Think(), ons_ControlPoint_Reset(), ons_ControlPoint_Setup(), ons_ControlPoint_Think(), ons_ControlPoint_Touch(), ons_ControlPoint_UpdateSprite(), ons_ControlPoint_Waypoint(), ons_Count_SelfControlPoints(), ons_DelayedControlPoint_Setup(), ons_DelayedGeneratorSetup(), ons_DelayedInit(), ons_DelayedLinkSetup(), ons_generator_ray_draw(), ons_generator_ray_spawn(), ons_Generator_UpdateSprite(), ons_Generator_Waypoint(), ons_GeneratorDamage(), ons_GeneratorHeal(), ons_GeneratorReset(), ons_GeneratorSetup(), ons_GeneratorThink(), ons_Link_CheckUpdate(), ons_Link_Send(), ons_MonsterSpawn_Delayed(), ons_Nearest_ControlPoint(), ons_Nearest_ControlPoint_2D(), ons_ScoreRules(), ons_Teleport(), ons_TurretSpawn_Delayed(), Onslaught_CheckWinner(), onslaught_controlpoint_icon_link(), Onslaught_count_generators(), onslaught_generator_touch(), Onslaught_RoundStart(), onslaught_updatelinks(), orb_draw(), orb_draw2d(), orb_send(), orb_setup(), OtherTeam(), over_ClearButton(), parseentitydata(), part_minigame(), path_build(), pathlib_astar(), pathlib_close_node(), pathlib_cost(), pathlib_deletepath(), pathlib_expandnode(), pathlib_expandnode_box(), pathlib_expandnode_star(), pathlib_flynode(), pathlib_g_euclidean(), pathlib_g_euclidean_water(), pathlib_g_static(), pathlib_g_static_water(), pathlib_getbestopen(), pathlib_makenode(), pathlib_makenode_adaptive(), pathlib_mknode(), pathlib_movenode(), pathlib_nodeatpoint(), pathlib_swimnode(), pathlib_walknode(), pathlib_wateroutnode(), pathlib_waypointpath(), pathlib_waypointpath_autostep(), pathlib_waypointpath_step(), pathlib_wpp_bestopen(), pathlib_wpp_close(), pathlib_wpp_expand(), pathlib_wpp_open(), pathlib_wpp_opencb(), pathlib_wpp_openncb(), pathlib_wpp_waypointcallback(), Pause_TryPause_Dedicated(), XonoticPlayList::pauseSound(), PauseSound_Click(), penalty_touch(), penalty_use(), physical_item_damage(), physical_item_think(), physical_item_touch(), Physics_ClientOption(), Physics_UpdateStats(), Pickup_Update(), PingPLReport_Think(), plas_think(), plat_center_touch(), plat_crush(), plat_delayedinit(), plat_go_down(), plat_go_up(), plat_hit_bottom(), plat_hit_top(), plat_link(), plat_outside_touch(), plat_reset(), plat_send(), plat_spawn_inside_trigger(), plat_target_use(), plat_trigger_use(), plat_use(), play2(), play_countdown(), Button::playClickSound(), CheckBox::playClickSound(), player_anim(), player_clear_minigame(), Player_DetermineForcedTeam(), Player_GetForcedTeamIndex(), player_getspecies(), Player_HasRealForcedTeam(), Player_Physics(), player_powerups(), player_powerups_remove_all(), player_regen(), Player_SetForcedTeamIndex(), Player_SetTeamIndex(), player_setupanimsformodel(), Playerchecker_Think(), PlayerCorpseDamage(), PlayerDamage(), PlayerEdgeDistance(), PlayerFrame(), PlayerHeal(), PlayerHealth(), PlayerInIDList(), PlayerInIPList(), PlayerInList(), PlayerJump(), PlayerModelSelector_Next_Click(), PlayerModelSelector_Prev_Click(), PlayerPostThink(), PlayerPreThink(), PlayerScore_Add(), PlayerScore_Attach(), PlayerScore_Clear(), PlayerScore_Compare(), PlayerScore_Detach(), PlayerScore_PlayerStats(), PlayerScore_SendEntity(), PlayerScore_Set(), PlayerScore_Sort(), PlayerScore_TeamStats(), playersound(), ClientState::PlayerState::ps_push(), PlayerState_attach(), PlayerState_detach(), PlayerStats_GameReport_Accuracy(), PlayerStats_GameReport_AddPlayer(), PlayerStats_GameReport_FinalizePlayer(), PlayerStats_GameReport_Handler(), PlayerStats_PlayerBasic(), PlayerStats_PlayerBasic_CheckUpdate(), PlayerStats_PlayerBasic_Handler(), PlayerStats_PlayerDetail_Handler(), PlayerTeamScore_Add(), PlayerTeamScore_Compare(), PlayerThink(), PlayerTouchExplode(), PlayerTouchWall(), PlayerUseKey(), PlayList_Remove(), PlayList_Remove_All(), PM_Accelerate(), PM_AirAccelerate(), PM_check_blocked(), PM_check_frozen(), PM_check_hitground(), PM_check_punch(), PM_check_slick(), PM_check_specialcommand(), PM_ClientMovement_UpdateStatus(), PM_dodging(), PM_dodging_checkpressedkeys(), PM_dodging_GetPressedKeys(), PM_Footsteps(), PM_jetpack(), PM_UpdateButtons(), pointparticles_SendEntity(), pointparticles_think(), PolyDrawModel(), PolyDrawModelSurface(), pong_add_score(), pong_ai_spawn(), pong_ai_think(), pong_ball_reset(), pong_ball_think(), pong_ball_throw(), pong_ball_throwthink(), pong_goal(), pong_paddle_bounce(), pong_paddle_hit(), pong_paddle_spawn(), pong_paddle_think(), pong_server_event(), Portal_ClearAll(), Portal_ClearAll_PortalsOnly(), Portal_ClearAllLater(), Portal_ClearAllLater_PortalsOnly(), Portal_ClearWithID(), Portal_Connect(), Portal_Customize(), Portal_Damage(), Portal_Disconnect(), Portal_FindSafeOrigin(), Portal_MakeBrokenPortal(), Portal_MakeInPortal(), Portal_MakeOutPortal(), Portal_MakeWaitingPortal(), Portal_Remove(), Portal_RemoveLater(), Portal_RemoveLater_Think(), Portal_SetInPortal(), Portal_SetOutPortal(), Portal_Spawn(), Portal_SpawnInPortalAtTrace(), Portal_SpawnOutPortalAtTrace(), Portal_TeleportPlayer(), Portal_Think(), Portal_Think_TryTeleportPlayer(), Portal_Touch(), Porto_Draw(), XonoticServerList::positionSortButton(), PostInit(), powerup_fuelregen_init(), powerup_invisibility_init(), powerup_jetpack_init(), powerup_shield_init(), powerup_speed_init(), powerup_strength_init(), powerups_DropItem(), powerups_DropItem_Think(), pp_find_piece(), pp_move(), pp_next_match(), pp_server_event(), pp_setup_pieces(), pp_valid_move(), pp_winning_piece(), Container::preferredFocusedGrandChild(), XonoticScreenshotList::previewScreenshot(), prevScreenshot_Click(), PrevSound_Click(), print_available_commands_to(), print_to(), PrintToChat(), Projectile_Draw(), Projectile_DrawTrail(), Projectile_ResetTrail(), Promise_catch_(), Promise_catch_(), Promise_then_(), ps_draw(), ps_find_piece(), ps_move(), ps_move_piece(), ps_server_event(), ps_setup_pieces(), ps_winning_piece(), Nexposee::pullNexposee(), PutClientInServer(), PutObserverInServer(), PutPlayerInServer(), QueuedPlayersReady(), QueueNeeded(), queuePlayer(), race_AbandonRaceCheck(), race_checkAndWriteName(), race_ClearPlayerRecords(), race_ClearTime(), race_EventLog(), race_GetFractionalLapCount(), race_ImposePenaltyTime(), race_PreparePlayer(), race_RetractPlayer(), race_SendAll(), race_SendNextCheckpoint(), race_SendStatus(), race_SendTime(), race_setTime(), race_SpeedAwardFrame(), race_waypointsprite_visible_for_player(), RaceCarPhysics(), racer_align4point(), racer_blowup(), racer_blowup_think(), racer_deadtouch(), racer_exit(), racer_fire_rocket(), racer_fire_rocket_aim(), racer_frame(), racer_rocket_groundhugger(), racer_rocket_tracker(), racer_think(), RadioButton_Click(), RadioButton_configureRadioButton(), RadiusDamage(), RadiusDamageForSource(), rainsnow_SendEntity(), RandomItems_GetItemReplacementClassNames(), RandomItems_ReplaceMapItem(), RandomItems_SpawnLootItem(), RandomSeed_Send(), RandomSeed_Think(), RandomSelection_Add(), MixedSlider::rangedIdentifierToText(), raptor_blowup(), raptor_bomb_burst(), raptor_bomb_touch(), raptor_bombdrop(), raptor_bomblet_boom(), raptor_bomblet_touch(), raptor_diethink(), raptor_exit(), raptor_flare_damage(), raptor_flare_think(), raptor_flare_touch(), raptor_frame(), raptor_impulse(), raptor_land(), raptor_rotor_anglefix(), raptor_takeoff(), RaptorCBShellfragDraw(), RaptorCBShellfragToss(), ReadCSQCEntity(), ReadEntcs(), XonoticWelcomeDialog::readInputArgs(), ReadWepent(), ReadyRestart_force(), ReadyRestart_think(), real_origin(), BorderImage::recalcPositionWithText(), Label::recalcPositionWithText(), REF(), ref_init(), XonoticEntryList::refilter(), XonoticMapList::refilter(), XonoticRegisteredSettingsList::refilter(), XonoticMapList::refilterCallback(), XonoticServerList::refreshServerList(), REGISTER_MUTATOR(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), RegisterPlayer(), RegisterSLCategories(), RegisterTeam(), relay_activators_init(), relay_activators_use(), relay_use(), MenuItem::relinquishFocus(), CvarStringSource::reload(), DataSource::reload(), SettingSource::reload(), StringSource::reload(), relocate_nexball(), relocate_spawnpoint(), remove(), Remove_ArcBeam(), Remove_Countdown(), remove_except_protected(), Remove_GrapplingHook(), remove_safely(), remove_unsafely(), AnimHost::removeAllAnim(), AnimHost::removeAnim(), RemoveGrapplingHooks(), RemoveHook(), RemoveItem(), Container::removeItem(), AnimHost::removeObjAnim(), RemovePlayer(), XonoticPlayList::removeSelectedFromPlayList(), RemoveTeam(), ReplaceOldListedChildRubble(), REPLICATE_INIT(), ReplicateVars(), ReplicateVars_ApplyChange(), Reset_ArcBeam(), Reset_ArcBeam(), reset_map(), ResetBall(), resetPowerupItems(), resetZoom_Click(), BorderImage::resizeNotify(), Button::resizeNotify(), Container::resizeNotify(), Image::resizeNotify(), InputBox::resizeNotify(), InputContainer::resizeNotify(), Label::resizeNotify(), ListBox::resizeNotify(), ModalController::resizeNotify(), Nexposee::resizeNotify(), Slider::resizeNotify(), XonoticCampaignList::resizeNotify(), XonoticCharmap::resizeNotify(), XonoticCreditsList::resizeNotify(), XonoticCvarList::resizeNotify(), XonoticDemoList::resizeNotify(), XonoticEntryList::resizeNotify(), XonoticGametypeList::resizeNotify(), XonoticGuideDescription::resizeNotify(), XonoticHUDSkinList::resizeNotify(), XonoticKeyBinder::resizeNotify(), XonoticLanguageList::resizeNotify(), XonoticListBox::resizeNotify(), XonoticMapList::resizeNotify(), XonoticPlayerList::resizeNotify(), XonoticPlayerModelSelector::resizeNotify(), XonoticPlayList::resizeNotify(), XonoticRegisteredSettingsList::resizeNotify(), XonoticScreenshotImage::resizeNotify(), XonoticScreenshotList::resizeNotify(), XonoticServerList::resizeNotify(), XonoticSkinList::resizeNotify(), XonoticSoundList::resizeNotify(), XonoticStatsList::resizeNotify(), XonoticTextBox::resizeNotify(), XonoticTopicList::resizeNotify(), XonoticWeaponsList::resizeNotify(), Container::resizeNotifyLie(), respawn(), AnimHost::resumeAllAnim(), Animation::resumeAnim(), AnimHost::resumeObjAnim(), XonoticPlayList::resumeSound(), RetrieveCategoryEnt(), RetrieveCategoryEnt(), RotRegen(), RotRegen(), round_handler_FirstThink(), round_handler_Init(), round_handler_Reset(), round_handler_Spawn(), round_handler_Think(), RunThink(), sandbox_Database_Load(), sandbox_ObjectAttach_Remove(), sandbox_ObjectAttach_Set(), sandbox_ObjectEdit_Get(), sandbox_ObjectEdit_Scale(), sandbox_ObjectFunction_Think(), sandbox_ObjectFunction_Touch(), sandbox_ObjectPort_Load(), sandbox_ObjectPort_Save(), sandbox_ObjectRemove(), sandbox_ObjectSpawn(), saveAllCvars(), XonoticCampaignList::saveCvars(), XonoticCheckBox::saveCvars(), XonoticCheckBoxString::saveCvars(), XonoticColorButton::saveCvars(), XonoticColorpickerString::saveCvars(), XonoticDecibelsSlider::saveCvars(), XonoticGametypeList::saveCvars(), XonoticInputBox::saveCvars(), XonoticLanguageList::saveCvars(), XonoticMixedSlider::saveCvars(), XonoticPlayerModelSelector::saveCvars(), XonoticRadioButton::saveCvars(), XonoticResolutionSlider::saveCvars(), XonoticScoreboardFadeTimeSlider::saveCvars(), XonoticSkinList::saveCvars(), XonoticSlider::saveCvars(), XonoticTextSlider::saveCvars(), XonoticWeaponarenaCheckBox::saveCvars(), saveCvarsCallback(), saveCvarsMulti(), saveCvarsOf(), Container::saveFocus(), SaveHUDSkin_Click(), Say(), Score_ClearAll(), Score_NicePrint(), Score_NicePrint_Player(), Score_NicePrint_Spectator(), Score_NicePrint_Spectators(), Score_NicePrint_Team(), score_use(), Scoreboard_AddPlayerId(), Scoreboard_ComparePlayerScores(), Scoreboard_CompareTeamScores(), Scoreboard_Draw(), Scoreboard_DrawItem(), Scoreboard_DrawOthers(), Scoreboard_GetField(), Scoreboard_GetName(), Scoreboard_MakeTable(), Scoreboard_Rankings_Draw(), Scoreboard_Spectators_Draw(), Scoreboard_UpdatePlayerPos(), Scoreboard_UpdatePlayerTeams(), Scoreboard_UpdateTeamPos(), ScoreField_Compare(), ScoreInfo_SendEntity(), ScoreInfo_SetLabel_PlayerScore(), ScoreRules_generic(), ScreenshotList_Filter_Change(), ScreenshotList_Filter_Would_Change(), ScreenshotList_Refresh_Click(), XonoticScreenshotList::screenshotName(), ListBox::scrollToItem(), secret_blocked(), secret_reset(), secret_touch(), SelectObservePoint(), SelectSpawnPoint(), SELFWRAP(), SELFWRAP(), SELFWRAP(), SELFWRAP(), Send_Effect(), Send_Effect_Except(), Send_NextMap_To_Player(), Send_Notification(), Send_Notification_WOCOVA(), Send_Notification_WOVA(), Send_WeaponComplain(), SendAuxiliaryXhair(), SendCSQCVaporizerBeamParticle(), SendCSQCVortexBeamParticle(), SendWelcomeMessage(), ServerList_Categories_Click(), ServerList_Connect_Click(), ServerList_Favorite_Click(), ServerList_Filter_Change(), ServerList_Info_Click(), ServerList_MapSort_Click(), ServerList_NameSort_Click(), ServerList_PingSort_Click(), ServerList_PlayerSort_Click(), ServerList_ShowEmpty_Click(), ServerList_ShowFull_Click(), ServerList_ShowLaggy_Click(), ServerList_TypeSort_Click(), ServerList_Update_favoriteButton(), set_dom_state(), set_movetype(), set_platmovetype(), set_tracewalk_dest(), set_tracewalk_dest_2(), Container::setAlphaOf(), SetBrushEntityModel(), SetChangeParms(), CheckBox::setChecked(), XonoticCheckBox::setChecked(), XonoticCheckBoxString::setChecked(), XonoticColorButton::setChecked(), XonoticRadioButton::setChecked(), XonoticSliderCheckBox::setChecked(), XonoticWeaponarenaCheckBox::setChecked(), setcolor(), SetCustomizer(), setDependent(), setDependent_Check(), setDependent_Draw(), setDependentAND(), setDependentNOT(), setDependentOR(), setDependentStringNotEqual(), setDependentWeird(), XonoticGuideDescription::setDescription(), Dialog::setFirstColumn(), Container::setFocus(), XonoticScrollPanel::setFocus(), ListBox::setFocusedItem(), XonoticHUDSkinList::setHUDSkin(), SetHUDSkin_Click(), setItemGroup(), XonoticLanguageList::setLanguage(), SetLanguage_Click(), Easing::setMath(), SetMovedir(), SetMovetypeFollow(), Nexposee::setNexposee(), Animation::setObjectSetter(), SetPlayerColors(), XonoticPlayerList::setPlayerList(), setplayermodel(), SetPlayerTeam(), SetResource(), SetResourceExplicit(), ListBox::setSelected(), XonoticCampaignList::setSelected(), XonoticCvarList::setSelected(), XonoticEntryList::setSelected(), XonoticGametypeList::setSelected(), XonoticKeyBinder::setSelected(), XonoticLanguageList::setSelected(), XonoticRegisteredSettingsList::setSelected(), XonoticScreenshotList::setSelected(), XonoticServerList::setSelected(), XonoticTopicList::setSelected(), XonoticSkinList::setSkin(), SetSkin_Click(), Slider::setSliderValue(), XonoticServerList::setSortOrder(), SetSpectatee(), SetSpectatee_status(), SetTeam(), InputBox::setText(), Label::setText(), XonoticInputBox::setText(), XonoticTextBox::setText(), Animation::setTimeStartDuration(), Animation::setTimeStartEnd(), Slider::setValue(), XonoticMixedSlider::setValue(), XonoticSlider::setValue(), XonoticTextSlider::setValue(), TextSlider::setValueFromIdentifier(), MixedSlider::setValueFromNumberIdentifier(), XonoticMixedSlider::setValueSpace(), XonoticSlider::setValueSpace(), XonoticTextSlider::setValueSpace(), Animation::setValueStartEnd(), setZonedTooltip(), Image::setZoom(), SetZoomState(), shieldhit_think(), show_entnum(), ModalController::showChild(), Button::showNotify(), Container::showNotify(), InputBox::showNotify(), Slider::showNotify(), XonoticCvarList::showNotify(), XonoticCvarsDialog::showNotify(), XonoticDamageTextSettings::showNotify(), XonoticDemoList::showNotify(), XonoticGameCrosshairSettingsTab::showNotify(), XonoticGameHUDSettingsTab::showNotify(), XonoticGameMessageSettingsTab::showNotify(), XonoticGameModelSettingsTab::showNotify(), XonoticGameViewSettingsTab::showNotify(), XonoticGameWeaponsSettingsTab::showNotify(), XonoticHUDSkinList::showNotify(), XonoticKeyBinder::showNotify(), XonoticMutatorsDialog::showNotify(), XonoticPlayerModelSelector::showNotify(), XonoticRootDialog::showNotify(), XonoticScreenshotList::showNotify(), XonoticSoundList::showNotify(), XonoticStatsList::showNotify(), XonoticTab::showNotify(), XonoticTeamSelectDialog::showNotify(), ShowRespawnCountdown(), ShowTeamSelection(), shuffle(), shuffleteams(), Simple_TeleportPlayer(), skeleton_from_frames(), skeleton_from_frames(), skeleton_loadinfo(), skeleton_markbones(), Skeleton_SetBones(), XonoticSkinList::skinParameter(), Slider_configureSliderValues(), Slider_configureSliderVisuals(), Slider_draw(), Slider_keyDown(), Slider_keyUp(), Slider_mouseDrag(), Slider_mouseRelease(), Slider_resizeNotify(), Slider_setSliderValue(), Slider_setValue(), Slider_showNotify(), Slider_toString(), Slider_valueToText(), someShadowCvarIsEnabled(), Sort_Spawn(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), SOUND(), sound_allowed(), soundat(), soundat(), SoundList_Add(), SoundList_Add_All(), SoundList_Filter_Change(), SoundList_Menu_Track_Change(), SoundList_Menu_Track_Reset(), XonoticSoundList::soundName(), soundto(), soundto(), soundtoat(), soundtoat(), spamsound(), spamsound(), spawn(), Spawn_Draw(), Spawn_FilterOutBadSpots(), spawn_held_nade(), spawn_item_key(), Spawn_Score(), Spawn_ScoreAll(), spawn_tdeath(), Spawn_WeightedPoint(), SpawnBall(), SpawnCasing(), spawner_use(), SpawnEvent_Send(), spawnfunc(), spawnfunc(), spawnfunc(), spawnfunc(), spawnfunc(), spawnfunc_worldspawn(), SpawnGoal(), spawnmonster(), spawnpoint_customize(), spawnpoint_reset(), SpawnPoint_Send(), spawnpoint_setactive(), spawnpoint_think(), spawnpoint_use(), SpawnThrownWeapon(), SpecialCommand(), Spectate(), SpectateCopy(), SpectateNext(), SpectatePrev(), SpectateSet(), SpectateUpdate(), spiderbot_blowup(), spiderbot_exit(), spiderbot_frame(), spiderbot_guide_release(), spiderbot_headfade(), spiderbot_impulse(), spiderbot_rocket_artillery(), spiderbot_rocket_do(), spiderbot_rocket_guided(), spiderbot_rocket_unguided(), spritelookupblinkvalue(), spritelookupcolor(), spritelookupicon(), spritelookuptext(), start_minigame(), XonoticDemoList::startDemo(), StartItem(), XonoticScreenshotList::startScreenshot(), StartScreenshot_Click(), XonoticScreenshotList::startSlideShow(), XonoticPlayList::startSound(), StartSound_Click(), STATIC_INIT(), STATIC_INIT(), STATIC_INIT(), STATIC_INIT_EARLY(), STATIC_INIT_LATE(), StatusEffects_active(), StatusEffects_apply(), StatusEffects_clearall(), StatusEffects_copy(), StatusEffects_customize(), StatusEffects_delete(), StatusEffects_entremove(), StatusEffects_gettime(), StatusEffects_new(), StatusEffects_remove(), StatusEffects_removeall(), StatusEffects_Send(), StatusEffects_tick(), StatusEffects_update(), StatusEffects_Write(), StatusEffectsStorage_attach(), StatusEffectsStorage_delete(), steerlib_arrive(), steerlib_attract(), steerlib_attract2(), steerlib_beamsteer(), steerlib_dodge(), steerlib_flock(), steerlib_flock2d(), steerlib_repel(), steerlib_standoff(), steerlib_swarm(), steerlib_traceavoid(), steerlib_traceavoid_flat(), steerlib_wander(), AnimHost::stopAllAnim(), Animation::stopAnim(), AnimHost::stopObjAnim(), XonoticScreenshotList::stopSlideShow(), XonoticPlayList::stopSound(), stopsound(), stopsound(), StopSound_Click(), stopsoundto(), stopsoundto(), StrafeHUD_ColorReset(), StrafeHUD_DetermineJumpHeld(), StrafeHUD_DetermineOnGround(), StrafeHUD_DetermineOnSlick(), StrafeHUD_DetermineWaterLevel(), StrafeHUD_DrawJumpHeight(), StrafeHUD_DrawSlickDetector(), StrafeHUD_DrawVerticalAngle(), StrafeHUD_GetStrafeplayer(), string(), string(), string(), string(), string(), string(), string(), string(), SUB_CalcAngleMove(), SUB_CalcAngleMoveDone(), SUB_CalcAngleMoveEnt(), SUB_CalcMove(), SUB_CalcMove_Bezier(), SUB_CalcMove_controller_setbezier(), SUB_CalcMove_controller_setlinear(), SUB_CalcMove_controller_think(), SUB_CalcMoveDone(), SUB_CalcMoveEnt(), SUB_CalcMovePause(), SUB_DontUseTargets(), SUB_Friction(), SUB_NoImpactCheck(), SUB_Null_ee(), SUB_NullThink(), SUB_Remove(), SUB_RemoveOnNoImpact(), SUB_SetFade(), SUB_SetFade_Think(), SUB_Stop(), SUB_UseTargets(), SUB_UseTargets_Ex(), SUB_UseTargets_PreventReuse(), SUB_UseTargets_SkipTargets(), SUB_VanishOrRemove(), superspec_filteritem(), superspec_hello(), superspec_msg(), superspec_save_client_conf(), superspec_Spectate(), surv_isEliminated(), surv_LastPlayerForTeam(), surv_LastPlayerForTeam_Notify(), SurvivalStatuses_SendEntity(), SV_ChangeTeam(), sv_notice_join(), sv_notice_join_think(), sv_notice_to(), SV_OnEntityPreSpawnFunction(), SV_ParseClientCommand(), SV_PlayerPhysics(), swamp_think(), ModalController::switchState(), sys_phys_ai(), sys_phys_fix(), sys_phys_fixspeed(), sys_phys_land(), sys_phys_monitor(), sys_phys_override(), sys_phys_postupdate(), sys_phys_pregame_hold(), sys_phys_simulate(), sys_phys_simulate_simple(), sys_phys_spectator_control(), sys_phys_update(), sys_phys_update_single(), SYSTEM(), T_Config_Queue_Compare(), T_Config_Queue_Swap(), TabButton_Click(), TakeResource(), TakeResourceWithLimit(), target_assault_roundend_reset(), target_assault_roundend_use(), target_changelevel_reset(), target_changelevel_use(), target_checkpoint_setup(), target_give_init(), target_init_use(), target_init_verify(), target_invasion_roundend_use(), target_items_use(), target_kill_reset(), target_kill_use(), target_levelwarp_reset(), target_levelwarp_use(), target_music_reset(), target_music_sendto(), target_music_use(), target_objective_decrease_activate(), target_objective_decrease_findtarget(), target_objective_spawn_evalfunc(), target_print_message(), target_print_use(), target_push_init(), target_push_link(), target_push_send(), target_push_use(), target_spawn_cancreate(), target_spawn_edit_entity(), target_spawn_helper_setmodel(), target_spawn_helper_setsize(), target_spawn_reset(), target_spawn_spawnfirst(), target_spawn_use(), target_spawn_useon(), target_spawnpoint_reset(), target_spawnpoint_use(), target_speaker_reset(), target_speaker_use_activator(), target_speaker_use_off(), target_speaker_use_on(), target_speed_calculatevelocity(), target_speed_link(), target_speed_reset(), target_speed_send(), target_speed_use(), target_teleport_use(), target_teleporter_checktarget(), target_voicescript_clear(), target_voicescript_next(), target_voicescript_reset(), target_voicescript_use(), Dialog::TD(), tdeath(), Dialog::TDempty(), tdm_DelayedInit(), tdm_SpawnTeam(), Dialog::TDNoMargin(), Team_GetNumberOfAlivePlayers(), Team_GetNumberOfOwnedItems(), Team_GetTeam(), Team_GetTeamFromIndex(), Team_GetTeamScore(), Team_SetNumberOfAlivePlayers(), Team_SetNumberOfOwnedItems(), Team_SetTeamScore(), TeamBalance_AreEqual(), TeamBalance_AutoBalanceBots(), TeamBalance_BanTeamsExcept(), TeamBalance_CheckAllowedTeams(), TeamBalance_CompareTeams(), TeamBalance_CompareTeamsInternal(), TeamBalance_Destroy(), TeamBalance_FindBestTeam(), TeamBalance_FindBestTeams(), TeamBalance_GetAllowedTeams(), TeamBalance_GetLargestTeamIndex(), TeamBalance_GetNumberOfPlayers(), TeamBalance_GetPlayerForTeamSwitch(), TeamBalance_GetTeam(), TeamBalance_GetTeamCounts(), TeamBalance_GetTeamFromIndex(), TeamBalance_IsTeamAllowed(), TeamBalance_IsTeamAllowedInternal(), TeamBalance_JoinBestTeam(), TeamBalance_QueuedPlayersTagIn(), TeamBalance_RemoveExcessPlayers(), TeamBalance_SizeDifference(), TeamBalanceTeam_GetNumberOfBots(), TeamBalanceTeam_GetNumberOfPlayers(), TeamBalanceTeam_IsAllowed(), TeamScore_Add(), TeamScore_AddToTeam(), TeamScore_Compare(), TeamScore_GetCompareValue(), TeamScore_SendEntity(), TeamScore_Spawn(), Teleport_Active(), teleport_dest_link(), teleport_dest_send(), Teleport_Find(), teleport_findtarget(), Teleport_Touch(), TeleportPlayer(), TEST(), TEST(), TEST(), test_weapons_hurt(), TextSlider_addValue(), TextSlider_clearValues(), TextSlider_configureTextSliderValues(), TextSlider_getIdentifier(), TextSlider_insertValue(), TextSlider_setValueFromIdentifier(), TextSlider_valueToIdentifier(), TextSlider_valueToText(), Animation::tick(), AnimHost::tickAll(), tile_check(), tile_check_cross(), tile_check_plus(), tile_check_plus2(), tile_check_star(), XonoticDemoList::timeDemo(), timeout_handler_reset(), timeout_handler_think(), tka_ballcarrier_waypointsprite_visible_for_player(), tka_BallThink_Carried(), tka_DropEvent(), tka_EventLog(), tka_Handler_CheckBall(), tka_PlayerReset(), tka_RespawnBall(), tka_SpawnBalls(), tka_TouchEvent(), tka_waypointsprite_visible_for_bot(), tmayhem_DelayedInit(), tmayhem_SpawnTeam(), toast(), toggleSlideShow_Click(), XonoticGameSettingsTab::topicChangeNotify(), XonoticGuideTab::topicChangeNotify(), toss_nade(), TossGib(), CheckBox::toString(), Image::toString(), Label::toString(), Slider::toString(), XonoticWeaponsList::toString(), Dialog::TR(), Turret::tr_attack(), Turret::tr_death(), Turret::tr_setup(), Turret::tr_think(), tracebox_antilag(), tracebox_antilag_force_wz(), tracebox_hits_trigger_hurt(), tracebox_inverted(), traceline_antilag(), traceline_antilag_force(), traceline_inverted(), tracewalk(), train_link(), train_next(), train_next_find(), train_send(), train_use(), train_wait(), trigger_common_read(), trigger_common_write(), trigger_disablerelay_use(), trigger_gravity_check_think(), trigger_gravity_remove(), trigger_gravity_touch(), trigger_gravity_use(), trigger_heal_init(), trigger_heal_touch(), trigger_heal_use(), trigger_hurt_touch(), trigger_hurt_use(), trigger_impulse_link(), trigger_impulse_send(), trigger_impulse_touch_accel(), trigger_impulse_touch_directional(), trigger_impulse_touch_radial(), trigger_keylock_kill(), trigger_keylock_link(), trigger_keylock_send(), trigger_keylock_touch(), trigger_keylock_trigger(), trigger_link(), trigger_magicear_processmessage(), trigger_magicear_processmessage_forallears(), trigger_music_reset(), trigger_music_SendEntity(), trigger_push_calculatevelocity(), trigger_push_findtarget(), trigger_push_get_push_time(), trigger_push_get_start_point(), trigger_push_link(), trigger_push_send(), trigger_push_test(), trigger_push_testorigin(), trigger_push_testorigin_for_item(), trigger_push_touch(), trigger_push_updatelink(), trigger_push_use(), trigger_push_velocity_calculatevelocity(), trigger_push_velocity_link(), trigger_push_velocity_send(), trigger_push_velocity_think(), trigger_push_velocity_touch(), trigger_race_checkpoint_spawn_evalfunc(), trigger_race_checkpoint_verify(), trigger_relay_if_use(), trigger_relay_teamcheck_reset(), trigger_relay_teamcheck_use(), trigger_remove_generic(), trigger_secret_touch(), trigger_teleport_link(), trigger_teleport_send(), trigger_teleport_use(), trigger_viewloc_send(), trigger_warpzone_reconnect_use(), TrueAimCheck(), ttt_find_piece(), ttt_move(), ttt_next_match(), ttt_server_event(), ttt_winning_piece(), tubasound(), turret_aim_generic(), turret_changeteam(), turret_checkfire(), turret_checkpoint_init(), turret_closetotarget(), turret_construct(), turret_damage(), turret_die(), turret_do_updates(), turret_draw(), turret_draw2d(), turret_findtarget(), turret_fire(), turret_firecheck(), turret_flac_projectile_think_explode(), turret_fusionreactor_firecheck(), turret_gib_draw(), turret_gibboom(), turret_gibtoss(), turret_head_draw(), turret_heal(), turret_hellion_missile_think(), turret_hide(), turret_hk_addtarget(), turret_hk_missile_think(), turret_initialize(), turret_initparams(), turret_link(), turret_phaser_firecheck(), turret_projectile(), turret_projectile_damage(), turret_projectile_explode(), turret_projectile_touch(), turret_remove(), turret_reset(), turret_respawn(), turret_select_target(), turret_send(), turret_tag_fire_update(), turret_targetscore_generic(), turret_targetscore_support(), turret_targettrigger_touch(), turret_tesla_firecheck(), turret_think(), turret_track(), turret_use(), turret_validate_target(), turrets_manager_think(), turrets_setframe(), unref(), UnsetMovetypeFollow(), Animation::update(), Image::updateAspect(), UpdateAuxiliaryXhair(), UpdateChatBubble(), ListBox::updateControlTopBottom(), UpdateCSQCProjectile(), UpdateCSQCProjectileAfterTeleport(), XonoticCvarList::updateCvarType(), UpdateItemAfterTeleport(), UpdatePlayerSounds(), updateSensField(), updateSensSlider(), url_fclose(), url_fgets(), url_fputs(), url_multi_fopen(), url_multi_fopen(), url_multi_ready(), url_single_fopen(), url_single_fopen(), url_URI_Get_Callback(), ValidateMap(), TextSlider::valueToIdentifier(), MixedSlider::valueToNumberIdentifier(), MixedSlider::valueToText(), Slider::valueToText(), TextSlider::valueToText(), XonoticDecibelsSlider::valueToText(), vector(), vector(), vector(), vector(), vector(), vector(), vector(), vector(), vehicle_addplayerslot(), vehicle_aimturret(), vehicle_alarm(), vehicle_altitude(), vehicle_impulse(), vehicle_initialize(), vehicle_initialize(), vehicle_tossgib(), vehicle_use(), vehicles_clearreturn(), vehicles_crushable(), vehicles_damage(), vehicles_enter(), vehicles_exit(), vehicles_exit(), vehicles_findgoodexit(), vehicles_force_fromtag_hover(), vehicles_force_fromtag_maglev(), vehicles_frame(), vehicles_gib_explode(), vehicles_gib_think(), vehicles_gib_touch(), vehicles_heal(), vehicles_impact(), vehicles_locktarget(), vehicles_painframe(), vehicles_projectile(), vehicles_projectile_damage(), vehicles_projectile_explode(), vehicles_projectile_explode_think(), vehicles_projectile_explode_use(), vehicles_regen(), vehicles_regen_resource(), vehicles_reset(), vehicles_reset_colors(), vehicles_return(), vehicles_setreturn(), vehicles_showwp(), vehicles_showwp_goaway(), vehicles_spawn(), vehicles_think(), vehicles_touch(), vehicles_valid_pilot(), VerifyClientEntity(), VerifyKickableEntity(), View_CheckButtonStatus(), View_EventChase(), viewloc_init(), viewloc_link(), viewloc_PlayerPhysics(), viewloc_send(), viewloc_SetTags(), viewloc_SetViewLocation(), viewloc_think(), viewmodel_animate(), viewmodel_draw(), Violence_GibSplash(), Violence_GibSplash_At(), Violence_GibSplash_SendEntity(), visible_to_some_client(), ArmorBig::void(), ArmorMedium::void(), ArmorMega::void(), ArmorSmall::void(), Bullets::void(), Cells::void(), CheckBox::void(), Fuel::void(), FuelRegen::void(), HealthBig::void(), HealthMedium::void(), HealthMega::void(), HealthSmall::void(), InvisibilityItem::void(), Jetpack::void(), RadioButton::void(), Rockets::void(), Shells::void(), ShieldItem::void(), SpeedItem::void(), StrengthItem::void(), VaporizerCells::void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), void(), VoteCommand(), VoteCommand_abstain(), VoteCommand_call(), Votecommand_check_assignment(), VoteCommand_macro_command(), VoteCommand_macro_help(), VoteCommand_master(), VoteCommand_no(), VoteCommand_parse(), VoteCommand_status(), VoteCommand_stop(), VoteCommand_yes(), VoteStop(), Vehicle::vr_crosshair(), Vehicle::vr_death(), Vehicle::vr_enter(), Vehicle::vr_gunner_enter(), Vehicle::vr_impact(), Vehicle::vr_setcolors(), Vehicle::vr_setup(), Vehicle::vr_spawn(), Vehicle::vr_think(), W_Arc_Attack(), W_Arc_Attack_Bolt(), W_Arc_Beam(), W_Arc_Beam_Send(), W_Arc_Beam_Think(), W_Arc_Bolt_Damage(), W_Arc_Bolt_Explode(), W_Arc_Bolt_Explode_use(), W_Arc_Bolt_Touch(), W_AttachToShotorg(), W_Blaster_Attack(), W_Blaster_Think(), W_Blaster_Touch(), W_CalculateProjectileVelocity(), W_CheckProjectileDamage(), w_clear(), W_Config_Queue_Compare(), W_Config_Queue_Swap(), W_Crylink_Attack(), W_Crylink_Attack2(), W_Crylink_CheckLinks(), W_Crylink_DeleteLink(), W_Crylink_Dequeue(), W_Crylink_Dequeue_Raw(), W_Crylink_Fadethink(), W_Crylink_LinkExplode(), W_Crylink_LinkJoin(), W_Crylink_LinkJoinEffect_Think(), W_Crylink_Reset(), W_Crylink_Touch(), W_Crylink_Touch_WouldHitFriendly(), W_CycleWeapon(), W_DecreaseAmmo(), W_Devastator_Attack(), W_Devastator_Damage(), W_Devastator_DoRemoteExplode(), W_Devastator_Explode(), W_Devastator_Explode_think(), W_Devastator_RemoteExplode(), W_Devastator_Think(), W_Devastator_Touch(), W_Devastator_Unregister(), W_DropEvent(), W_DualWielding(), W_Electro_Attack_Bolt(), W_Electro_Attack_Orb(), W_Electro_Bolt_Think(), W_Electro_CheckAttack(), W_Electro_Explode(), W_Electro_Explode_use(), W_Electro_ExplodeCombo(), W_Electro_ExplodeComboThink(), W_Electro_Orb_Damage(), W_Electro_Orb_ExplodeOverTime(), W_Electro_Orb_Follow_Think(), W_Electro_Orb_Stick(), W_Electro_Orb_Touch(), W_Electro_TouchExplode(), W_Electro_TriggerCombo(), W_Fireball_Attack1(), W_Fireball_Attack1_Frame0(), W_Fireball_Attack1_Frame1(), W_Fireball_Attack1_Frame2(), W_Fireball_Attack1_Frame3(), W_Fireball_Attack1_Frame4(), W_Fireball_Attack2(), W_Fireball_AttackEffect(), W_Fireball_Damage(), W_Fireball_Explode(), W_Fireball_Explode_think(), W_Fireball_Explode_use(), W_Fireball_Firemine_Think(), W_Fireball_Firemine_Touch(), W_Fireball_LaserPlay(), W_Fireball_Think(), W_Fireball_TouchExplode(), W_FixWeaponOrder_AllowIncomplete(), W_FixWeaponOrder_BuildImpulseList_cmp(), W_FixWeaponOrder_BuildImpulseList_swap(), W_FixWeaponOrder_ForceComplete_AndBuildImpulseList(), W_GetCycleWeapon(), W_GiveWeapon(), W_GiveWeapon(), W_GunAlign(), W_Hagar_Attack(), W_Hagar_Attack2(), W_Hagar_Attack2_Load(), W_Hagar_Attack2_Load_Release(), W_Hagar_Attack_Auto(), W_Hagar_Damage(), W_Hagar_Explode(), W_Hagar_Explode2(), W_Hagar_Explode2_use(), W_Hagar_Explode_use(), W_Hagar_Touch(), W_Hagar_Touch2(), W_HitPlotAnalysis(), W_HitPlotClose(), W_HitPlotNormalizedUntransform(), W_HitPlotOpen(), W_HLAC_Attack(), W_HLAC_Attack2(), W_HLAC_Attack_Frame(), W_HLAC_Touch(), W_Hook_Attack2(), W_Hook_Damage(), W_Hook_Explode2(), W_Hook_Explode2_use(), W_Hook_ExplodeThink(), W_Hook_Touch2(), W_IsWeaponThrowable(), W_LastWeapon(), W_MachineGun_Attack(), W_MachineGun_Attack_Auto(), W_MachineGun_Attack_Burst(), W_MachineGun_Attack_Frame(), W_MineLayer_Attack(), W_MineLayer_Count(), W_MineLayer_Damage(), W_MineLayer_DoRemoteExplode(), W_MineLayer_Explode(), W_MineLayer_Explode_think(), W_MineLayer_PlacedMines(), W_MineLayer_ProximityExplode(), W_MineLayer_RemoteExplode(), W_MineLayer_Stick(), W_MineLayer_Think(), W_MineLayer_Touch(), W_Mortar_Attack(), W_Mortar_Attack2(), W_Mortar_Grenade_Damage(), W_Mortar_Grenade_Explode(), W_Mortar_Grenade_Explode2(), W_Mortar_Grenade_Explode2_use(), W_Mortar_Grenade_Explode_use(), W_Mortar_Grenade_Think1(), W_Mortar_Grenade_Touch1(), W_Mortar_Grenade_Touch2(), W_MuzzleFlash(), W_MuzzleFlash_Model(), W_MuzzleFlash_Model_AttachToShotorg(), W_MuzzleFlash_Model_Think(), W_NameWeaponOrder_MapFunc(), W_Nexball_Attack(), W_Nexball_Attack2(), W_Nexball_Think(), W_Nexball_Touch(), W_NextWeapon(), W_NextWeapon(), W_NextWeaponOnImpulse(), W_OverkillHeavyMachineGun_Attack_Auto(), W_OverkillMachineGun_Attack_Auto(), W_OverkillNex_Attack(), W_OverkillRocketPropelledChainsaw_Attack(), W_OverkillRocketPropelledChainsaw_Damage(), W_OverkillRocketPropelledChainsaw_Explode(), W_OverkillRocketPropelledChainsaw_Explode_think(), W_OverkillRocketPropelledChainsaw_Think(), W_OverkillRocketPropelledChainsaw_Touch(), W_PlayStrengthSound(), W_Porto_Attack(), W_Porto_Fail(), W_Porto_Remove(), W_Porto_Success(), W_Porto_Think(), W_Porto_Touch(), W_PrepareExplosionByDamage(), W_PreviousWeapon(), W_PROP_reload(), W_PROP_think(), W_RandomWeapons(), w_ready(), W_Reload(), W_ReloadedAndReady(), W_ResetGunAlign(), W_Rifle_Attack(), W_Rifle_Attack2(), W_Rifle_BulletHail(), W_Rifle_BulletHail_Continue(), W_Rifle_FireBullet(), W_RocketMinsta_Attack(), W_RocketMinsta_Explosion(), W_RocketMinsta_Laser_Damage(), W_RocketMinsta_Laser_Explode(), W_RocketMinsta_Laser_Explode_use(), W_RocketMinsta_Laser_Touch(), W_Seeker_Attack(), W_Seeker_Fire_Flac(), W_Seeker_Fire_Missile(), W_Seeker_Fire_Tag(), W_Seeker_Flac_Explode(), W_Seeker_Flac_Explode_use(), W_Seeker_Flac_Touch(), W_Seeker_Missile_Damage(), W_Seeker_Missile_Explode(), W_Seeker_Missile_Explode_think(), W_Seeker_Missile_Think(), W_Seeker_Missile_Touch(), W_Seeker_Tag_Damage(), W_Seeker_Tag_Explode(), W_Seeker_Tag_Touch(), W_Seeker_Tagged_Info(), W_Seeker_Tracker_Think(), W_Seeker_Vollycontroller_Think(), W_SetupProjVelocity_Explicit(), W_SetupShot_Dir_ProjectileSize_Range(), W_Shotgun_Attack(), W_Shotgun_Attack2(), W_Shotgun_Attack3_Frame1(), W_Shotgun_Attack3_Frame2(), W_Shotgun_Melee_Think(), W_SwitchToOtherWeapon(), W_SwitchWeapon(), W_SwitchWeapon_Force(), W_SwitchWeapon_TryOthers(), W_ThrowNewWeapon(), W_ThrowWeapon(), W_Tuba_GetNote(), W_Tuba_HasPlayed(), W_Tuba_NoteOff(), W_Tuba_NoteOn(), W_Tuba_NoteSendEntity(), W_Tuba_NoteThink(), W_Vaporizer_Attack(), W_Vortex_Attack(), W_Vortex_Charge(), W_WeaponFrame(), W_WeaponRateFactor(), W_WeaponSpeedFactor(), walker_draw(), walker_findtarget(), walker_fire_rocket(), walker_firecheck(), walker_melee_do_dmg(), walker_move_path(), walker_move_to(), walker_rocket_damage(), walker_rocket_explode(), walker_rocket_loop(), walker_rocket_loop2(), walker_rocket_loop3(), walker_rocket_think(), walker_rocket_touch(), walker_setnoanim(), want_weapon(), WantEventchase(), WarpZone_Accumulator_Add(), WarpZone_Accumulator_AddInverse(), WarpZone_Accumulator_AddInverseTransform(), WarpZone_Accumulator_AddTransform(), WarpZone_Accumulator_Clear(), WarpZone_Camera_camera_transform(), WarpZone_Camera_Send(), WarpZone_Camera_SetUp(), WarpZone_camera_transform(), WarpZone_crosshair_trace(), WarpZone_crosshair_trace_plusvisibletriggers(), WarpZone_Fade_PreDraw(), WarpZone_Find(), WarpZone_FindRadius(), WarpZone_FindRadius(), WarpZone_FindRadius_Recurse(), WarpZone_FixNearClip(), WarpZone_FixPMove(), WarpZone_FixView(), WarpZone_InitStep_ClearTarget(), WarpZone_InitStep_FinalizeTransform(), WarpZone_InitStep_FindOriginTarget(), WarpZone_InitStep_FindTarget(), WarpZone_InitStep_UpdateTransform(), WarpZone_PlaneDist(), WarpZone_PlayerPhysics_FixVAngle(), WarpZone_PostInitialize_Callback(), WarpZone_PostTeleportPlayer_Callback(), WarpZone_Projectile_Touch(), WarpZone_Projectile_Touch_ImpactFilter_Callback(), WarpZone_RefSys_Add(), WarpZone_RefSys_AddIncrementally(), WarpZone_RefSys_AddInverse(), WarpZone_RefSys_AddInverseTransform(), WarpZone_RefSys_AddTransform(), WarpZone_RefSys_BeginAddingIncrementally(), WarpZone_RefSys_CheckCreate(), WarpZone_RefSys_Clear(), WarpZone_RefSys_Copy(), WarpZone_RefSys_GC(), WarpZone_RefSys_SpawnSameRefSys(), WarpZone_RefSys_TransformAngles(), WarpZone_RefSys_TransformOrigin(), WarpZone_RefSys_TransformVAngles(), WarpZone_RefSys_TransformVelocity(), WarpZone_Send(), WarpZone_SetUp(), WarpZone_StartFrame(), WarpZone_TargetPlaneDist(), WarpZone_Teleport(), WarpZone_Teleported_Send(), WarpZone_TeleportPlayer(), WarpZone_Think(), WarpZone_Touch(), WarpZone_Trace_AddTransform(), WarpZone_TraceBox(), WarpZone_tracebox_antilag(), WarpZone_TraceBox_ThroughZone(), WarpZone_TraceLine(), WarpZone_traceline_antilag(), WarpZone_traceline_antilag_force(), WarpZone_TraceToss(), WarpZone_TraceToss_ThroughZone(), WarpZone_TrailParticles(), WarpZone_TrailParticles_WithMultiplier(), WarpZone_TrailParticles_WithMultiplier(), WarpZone_TransformAngles(), WarpZone_TransformOrigin(), WarpZone_TransformVAngles(), WarpZone_TransformVelocity(), WarpZone_UnTransformAngles(), WarpZone_UnTransformOrigin(), WarpZone_UnTransformVAngles(), WarpZone_UnTransformVelocity(), WarpZoneCamera_InitStep_FindTarget(), WarpZoneCamera_Think(), WarpZoneLib_BadEntity(), WarpZoneLib_BoxTouchesBrush(), WarpZoneLib_BoxTouchesBrush_Recurse(), WarpZoneLib_ExactTrigger_Init(), WarpZoneLib_ExactTrigger_Touch(), WarpZoneLib_MoveOutOfSolid(), WarpZoneLib_MoveOutOfSolid_Expand(), WarpZonePosition_InitStep_FindTarget(), WarpZones_Reconnect(), waypoint_addlink(), waypoint_addlink_customcost(), waypoint_addlink_for_custom_jumppad(), waypoint_clear_start_wp_globals(), waypoint_clearlinks(), waypoint_fixorigin_down_dir(), waypoint_get(), waypoint_get_assigned_link_cost(), waypoint_get_link(), waypoint_get_type_name(), waypoint_getlinkcost(), waypoint_getlinknum(), waypoint_getSymmetricalAxis_cmd(), waypoint_getSymmetricalOrigin_cmd(), waypoint_gettravelcost(), waypoint_has_hardwiredlinks(), waypoint_is_hardwiredlink(), waypoint_islinked(), waypoint_load_hardwiredlinks(), waypoint_load_links(), waypoint_lock(), waypoint_mark_hardwiredlink(), waypoint_remove(), waypoint_remove_fromeditor(), waypoint_removelink(), waypoint_restore_hardwiredlinks(), waypoint_save_hardwiredlinks(), waypoint_schedulerelink(), waypoint_setupmodel(), waypoint_showlink(), waypoint_showlinks_from(), waypoint_showlinks_to(), waypoint_spawn(), waypoint_spawn_fromeditor(), waypoint_spawnforitem(), waypoint_spawnforitem_force(), waypoint_spawnforteleporter(), waypoint_spawnforteleporter_boxes(), waypoint_spawnforteleporter_wz(), waypoint_spawnpersonal(), waypoint_start_hardwiredlink(), waypoint_think(), waypoint_unmark_hardwiredlink(), waypoint_unreachable(), WaypointSprite_Attach(), WaypointSprite_AttachCarrier(), WaypointSprite_ClearOwned(), WaypointSprite_ClearPersonal(), WaypointSprite_Customize(), WaypointSprite_DeployFixed(), WaypointSprite_DeployPersonal(), WaypointSprite_DetachCarrier(), WaypointSprite_Disown(), WaypointSprite_FadeOutIn(), WaypointSprite_getviewentity(), WaypointSprite_HelpMePing(), WaypointSprite_isteammate(), WaypointSprite_Kill(), WaypointSprite_Ping(), WaypointSprite_PlayerDead(), WaypointSprite_PlayerGone(), WaypointSprite_Reset(), WaypointSprite_SendEntity(), WaypointSprite_Spawn(), WaypointSprite_SpawnFixed(), WaypointSprite_Think(), WaypointSprite_UpdateBuildFinished(), WaypointSprite_UpdateHealth(), WaypointSprite_UpdateMaxHealth(), WaypointSprite_UpdateOrigin(), WaypointSprite_UpdateRule(), WaypointSprite_UpdateSprites(), WaypointSprite_UpdateTeamRadar(), WaypointSprite_visible_for_player(), weapon_byid_handle(), weapon_defaultspawnfunc(), weapon_group_handle(), weapon_pickupevalfunc(), WeaponPickup::weapon_pickupevalfunc(), weapon_prepareattack(), weapon_prepareattack_check(), weapon_prepareattack_checkammo(), weapon_prepareattack_do(), weapon_thinkf(), Weapon_whereis(), weaponarena_available_all_update(), weaponarena_available_devall_update(), weaponarena_available_most_update(), weaponentity_glowmod(), weaponLocked(), WeaponNameFromWeaponentity(), weaponorder_cmp(), weaponorder_swap(), Weapons_Draw(), Weapons_Draw(), WeaponsList_MoveDown_Click(), WeaponsList_MoveUp_Click(), weaponslot(), WeaponStats_ready(), weaponUseForbidden(), welcomeDialog_resetStrings(), wepent_customize(), wepent_link(), wepent_send(), wepent_think(), wframe_send(), WinningCondition_Assault(), WinningCondition_LMS(), WinningCondition_RanOutOfSpawns(), WinningConditionHelper(), wordwrap_sprint(), Weapon::wr_aim(), Weapon::wr_checkammo1(), Weapon::wr_checkammo2(), Weapon::wr_drop(), Weapon::wr_glow(), Weapon::wr_gonethink(), Weapon::wr_impacteffect(), Weapon::wr_pickup(), Weapon::wr_playerdeath(), Weapon::wr_reload(), Weapon::wr_resetplayer(), Weapon::wr_setup(), Weapon::wr_think(), Weapon::wr_viewmodel(), Weapon::wr_zoom(), write_damagetext(), write_recordmarker(), WriteEntity(), WriteSpectators(), writetofile(), X(), XonoticAudioSettingsTab_fill(), XonoticBindingsResetDialog_fill(), XonoticButton_configureXonoticButton(), XonoticCampaignList_campaignGo(), XonoticCampaignList_configureXonoticCampaignList(), XonoticCampaignList_destroy(), XonoticCampaignList_doubleClickListBoxItem(), XonoticCampaignList_draw(), XonoticCampaignList_drawListBoxItem(), XonoticCampaignList_keyDown(), XonoticCampaignList_loadCvars(), XonoticCampaignList_resizeNotify(), XonoticCampaignList_saveCvars(), XonoticCampaignList_setSelected(), XonoticCharmap_cellDraw(), XonoticCharmap_cellIsValid(), XonoticCharmap_cellSelect(), XonoticCharmap_configureXonoticCharmap(), XonoticCharmap_focusLeave(), XonoticCharmap_keyDown(), XonoticCharmap_resizeNotify(), XonoticCheckBox_configureXonoticCheckBox(), XonoticCheckBox_loadCvars(), XonoticCheckBox_saveCvars(), XonoticCheckBox_setChecked(), XonoticCheckBoxString_configureXonoticCheckBoxString(), XonoticCheckBoxString_loadCvars(), XonoticCheckBoxString_saveCvars(), XonoticCheckBoxString_setChecked(), XonoticColorButton_configureXonoticColorButton(), XonoticColorButton_draw(), XonoticColorButton_loadCvars(), XonoticColorButton_saveCvars(), XonoticColorButton_setChecked(), XonoticColorpicker_configureXonoticColorpicker(), XonoticColorpicker_draw(), XonoticColorpicker_focusLeave(), XonoticColorpicker_keyDown(), XonoticColorpicker_mouseDrag(), XonoticColorpicker_mouseRelease(), XonoticColorpickerString_configureXonoticColorpickerString(), XonoticColorpickerString_draw(), XonoticColorpickerString_loadCvars(), XonoticColorpickerString_mouseDrag(), XonoticColorpickerString_mouseRelease(), XonoticColorpickerString_saveCvars(), XonoticCommandButton_Click(), XonoticCommandButton_configureXonoticCommandButton(), XonoticCreditsDialog_fill(), XonoticCreditsDialog_focusEnter(), XonoticCreditsList_configureXonoticCreditsList(), XonoticCreditsList_destroy(), XonoticCreditsList_draw(), XonoticCreditsList_drawListBoxItem(), XonoticCreditsList_keyDown(), XonoticCreditsList_resizeNotify(), XonoticCrosshairPicker_cellDraw(), XonoticCrosshairPicker_cellIsValid(), XonoticCrosshairPicker_cellSelect(), XonoticCrosshairPicker_configureXonoticCrosshairPicker(), XonoticCrosshairPreview_configureXonoticCrosshairPreview(), XonoticCrosshairPreview_draw(), XonoticCvarList_configureXonoticCvarList(), XonoticCvarList_destroy(), XonoticCvarList_drawListBoxItem(), XonoticCvarList_hideNotify(), XonoticCvarList_keyDown(), XonoticCvarList_mouseRelease(), XonoticCvarList_resizeNotify(), XonoticCvarList_setSelected(), XonoticCvarList_showNotify(), XonoticCvarList_updateCvarType(), XonoticCvarsDialog_fill(), XonoticCvarsDialog_showNotify(), XonoticDamageTextSettings_fill(), XonoticDamageTextSettings_showNotify(), XonoticDecibelsSlider_loadCvars(), XonoticDecibelsSlider_saveCvars(), XonoticDecibelsSlider_valueToText(), XonoticDemoBrowserTab_fill(), XonoticDemoList_configureXonoticDemoList(), XonoticDemoList_demoName(), XonoticDemoList_destroy(), XonoticDemoList_doubleClickListBoxItem(), XonoticDemoList_drawListBoxItem(), XonoticDemoList_getDemos(), XonoticDemoList_keyDown(), XonoticDemoList_resizeNotify(), XonoticDemoList_showNotify(), XonoticDemoList_startDemo(), XonoticDemoList_timeDemo(), XonoticDemoStartConfirmDialog_fill(), XonoticDemoTimeConfirmDialog_fill(), XonoticDialog_configureDialog(), XonoticEffectsSettingsTab_fill(), XonoticEntryList_drawListBoxItem(), XonoticEntryList_refilter(), XonoticEntryList_resizeNotify(), XonoticEntryList_setSelected(), XonoticFirstRunDialog_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameCrosshairSettingsTab_showNotify(), XonoticGameHUDSettingsTab_fill(), XonoticGameHUDSettingsTab_showNotify(), XonoticGameMenuDialog_destroy(), XonoticGameMenuDialog_draw(), XonoticGameMenuDialog_fill(), XonoticGameMessageSettingsTab_fill(), XonoticGameMessageSettingsTab_showNotify(), XonoticGameModelSettingsTab_fill(), XonoticGameModelSettingsTab_showNotify(), XonoticGameSettingsTab_fill(), XonoticGametypeList_clickListBoxItem(), XonoticGametypeList_configureXonoticGametypeList(), XonoticGametypeList_draw(), XonoticGametypeList_drawListBoxItem(), XonoticGametypeList_focusedItemChangeNotify(), XonoticGametypeList_keyDown(), XonoticGametypeList_loadCvars(), XonoticGametypeList_resizeNotify(), XonoticGametypeList_saveCvars(), XonoticGametypeList_setSelected(), XonoticGameViewSettingsTab_fill(), XonoticGameViewSettingsTab_showNotify(), XonoticGameWeaponsSettingsTab_fill(), XonoticGameWeaponsSettingsTab_showNotify(), XonoticGuideDescription_drawListBoxItem(), XonoticGuideDescription_resizeNotify(), XonoticGuideDescription_setDescription(), XonoticGuideTab_entryChangeNotify(), XonoticGuideTab_fill(), XonoticGuideTab_topicChangeNotify(), XonoticHUDAmmoDialog_fill(), XonoticHUDCenterprintDialog_fill(), XonoticHUDChatDialog_fill(), XonoticHUDCheckpointsDialog_fill(), XonoticHUDConfirmDialog_fill(), XonoticHUDEngineInfoDialog_fill(), XonoticHUDExitDialog_fill(), XonoticHUDHealthArmorDialog_fill(), XonoticHUDInfoMessagesDialog_fill(), XonoticHUDItemsTimeDialog_fill(), XonoticHUDModIconsDialog_fill(), XonoticHUDNotificationDialog_fill(), XonoticHUDPhysicsDialog_fill(), XonoticHUDPickupDialog_fill(), XonoticHUDPowerupsDialog_fill(), XonoticHUDPressedKeysDialog_fill(), XonoticHUDQuickMenuDialog_fill(), XonoticHUDRaceTimerDialog_fill(), XonoticHUDRadarDialog_fill(), XonoticHUDScoreDialog_fill(), XonoticHUDSkinList_configureXonoticHUDSkinList(), XonoticHUDSkinList_destroy(), XonoticHUDSkinList_doubleClickListBoxItem(), XonoticHUDSkinList_draw(), XonoticHUDSkinList_drawListBoxItem(), XonoticHUDSkinList_getHUDSkins(), XonoticHUDSkinList_hudskinAuthor(), XonoticHUDSkinList_hudskinName(), XonoticHUDSkinList_hudskinPath(), XonoticHUDSkinList_hudskinTitle(), XonoticHUDSkinList_keyDown(), XonoticHUDSkinList_resizeNotify(), XonoticHUDSkinList_setHUDSkin(), XonoticHUDSkinList_showNotify(), XonoticHUDStrafeHUDDialog_fill(), XonoticHUDTimerDialog_fill(), XonoticHUDVoteDialog_fill(), XonoticHUDWeaponsDialog_fill(), XonoticImage_configureXonoticImage(), XonoticInputBox_configureXonoticInputBox(), XonoticInputBox_focusLeave(), XonoticInputBox_keyDown(), XonoticInputBox_loadCvars(), XonoticInputBox_saveCvars(), XonoticInputBox_setText(), XonoticInputSettingsTab_fill(), XonoticKeyBinder_configureXonoticKeyBinder(), XonoticKeyBinder_destroy(), XonoticKeyBinder_doubleClickListBoxItem(), XonoticKeyBinder_drawListBoxItem(), XonoticKeyBinder_editUserbind(), XonoticKeyBinder_keyDown(), XonoticKeyBinder_keyGrabbed(), XonoticKeyBinder_loadKeyBinds(), XonoticKeyBinder_resizeNotify(), XonoticKeyBinder_setSelected(), XonoticKeyBinder_showNotify(), XonoticLanguageList_configureXonoticLanguageList(), XonoticLanguageList_destroy(), XonoticLanguageList_doubleClickListBoxItem(), XonoticLanguageList_drawListBoxItem(), XonoticLanguageList_focusedItemChangeNotify(), XonoticLanguageList_getLanguages(), XonoticLanguageList_keyDown(), XonoticLanguageList_languageParameter(), XonoticLanguageList_loadCvars(), XonoticLanguageList_resizeNotify(), XonoticLanguageList_saveCvars(), XonoticLanguageList_setLanguage(), XonoticLanguageList_setSelected(), XonoticLanguageWarningDialog_fill(), XonoticLeaveMatchButton_configureXonoticLeaveMatchButton(), XonoticLeaveMatchButton_draw(), XonoticListBox_configureXonoticListBox(), XonoticListBox_resizeNotify(), XonoticMapInfoDialog_fill(), XonoticMapInfoDialog_loadMapInfo(), XonoticMapList_clickListBoxItem(), XonoticMapList_configureXonoticMapList(), XonoticMapList_destroy(), XonoticMapList_doubleClickListBoxItem(), XonoticMapList_draw(), XonoticMapList_drawListBoxItem(), XonoticMapList_g_maplistCacheQuery(), XonoticMapList_g_maplistCacheToggle(), XonoticMapList_keyDown(), XonoticMapList_loadCvars(), XonoticMapList_refilter(), XonoticMapList_refilterCallback(), XonoticMapList_resizeNotify(), XonoticMediaDialog_fill(), XonoticMiscSettingsTab_fill(), XonoticMixedSlider_configureXonoticMixedSlider(), XonoticMixedSlider_configureXonoticMixedSliderValues(), XonoticMixedSlider_loadCvars(), XonoticMixedSlider_saveCvars(), XonoticMixedSlider_setValue(), XonoticMixedSlider_setValueSpace(), XonoticMonsterToolsDialog_fill(), XonoticMultiplayerDialog_fill(), XonoticMusicPlayerTab_fill(), XonoticMutatorsDialog_close(), XonoticMutatorsDialog_fill(), XonoticMutatorsDialog_showNotify(), XonoticNexposee_close(), XonoticPicker_cellDraw(), XonoticPicker_cellIsValid(), XonoticPicker_cellSelect(), XonoticPicker_configureXonoticPicker(), XonoticPicker_draw(), XonoticPicker_keyDown(), XonoticPicker_mouseDrag(), XonoticPicker_mouseMove(), XonoticPicker_mouseRelease(), XonoticPicker_moveFocus(), XonoticPicmipSlider_autofix(), XonoticPicmipSlider_configureXonoticPicmipSlider(), XonoticPicmipSlider_draw(), XonoticPlayerList_drawListBoxItem(), XonoticPlayerList_getPlayerList(), XonoticPlayerList_resizeNotify(), XonoticPlayerList_setPlayerList(), XonoticPlayerModelSelector_destroy(), XonoticPlayerModelSelector_draw(), XonoticPlayerModelSelector_go(), XonoticPlayerModelSelector_loadCvars(), XonoticPlayerModelSelector_loadModels(), XonoticPlayerModelSelector_resizeNotify(), XonoticPlayerModelSelector_saveCvars(), XonoticPlayerModelSelector_showNotify(), XonoticPlayList_addToPlayList(), XonoticPlayList_configureXonoticPlayList(), XonoticPlayList_doubleClickListBoxItem(), XonoticPlayList_draw(), XonoticPlayList_drawListBoxItem(), XonoticPlayList_keyDown(), XonoticPlayList_mouseDrag(), XonoticPlayList_pauseSound(), XonoticPlayList_removeSelectedFromPlayList(), XonoticPlayList_resizeNotify(), XonoticPlayList_resumeSound(), XonoticPlayList_startSound(), XonoticPlayList_stopSound(), XonoticProfileTab_draw(), XonoticProfileTab_fill(), XonoticQuitDialog_fill(), XonoticRadioButton_configureXonoticRadioButton(), XonoticRadioButton_draw(), XonoticRadioButton_loadCvars(), XonoticRadioButton_saveCvars(), XonoticRadioButton_setChecked(), XonoticResetDialog_fill(), XonoticResolutionSlider_addResolution(), XonoticResolutionSlider_configureXonoticResolutionSlider(), XonoticResolutionSlider_draw(), XonoticResolutionSlider_loadCvars(), XonoticResolutionSlider_loadResolutions(), XonoticResolutionSlider_saveCvars(), XonoticRootDialog_close(), XonoticRootDialog_showNotify(), XonoticSandboxToolsDialog_fill(), XonoticScoreboardFadeTimeSlider_configureXonoticScoreboardFadeTimeSlider(), XonoticScoreboardFadeTimeSlider_loadCvars(), XonoticScoreboardFadeTimeSlider_saveCvars(), XonoticScreenshotBrowserTab_fill(), XonoticScreenshotBrowserTab_loadPreviewScreenshot(), XonoticScreenshotImage_configureXonoticScreenshotImage(), XonoticScreenshotImage_draw(), XonoticScreenshotImage_load(), XonoticScreenshotImage_mouseDrag(), XonoticScreenshotImage_mouseMove(), XonoticScreenshotImage_resizeNotify(), XonoticScreenshotList_configureXonoticScreenshotList(), XonoticScreenshotList_destroy(), XonoticScreenshotList_doubleClickListBoxItem(), XonoticScreenshotList_draw(), XonoticScreenshotList_drawListBoxItem(), XonoticScreenshotList_getScreenshots(), XonoticScreenshotList_goScreenshot(), XonoticScreenshotList_keyDown(), XonoticScreenshotList_previewScreenshot(), XonoticScreenshotList_resizeNotify(), XonoticScreenshotList_screenshotName(), XonoticScreenshotList_setSelected(), XonoticScreenshotList_showNotify(), XonoticScreenshotList_startScreenshot(), XonoticScreenshotList_startSlideShow(), XonoticScreenshotList_stopSlideShow(), XonoticScreenshotViewerDialog_close(), XonoticScreenshotViewerDialog_fill(), XonoticScreenshotViewerDialog_keyDown(), XonoticScreenshotViewerDialog_loadScreenshot(), XonoticServerCreateTab_fill(), XonoticServerCreateTab_gameTypeChangeNotify(), XonoticServerCreateTab_gameTypeSelectNotify(), XonoticServerInfoDialog_fill(), XonoticServerInfoDialog_loadServerInfo(), XonoticServerInfoTab_fill(), XonoticServerList_configureXonoticServerList(), XonoticServerList_doubleClickListBoxItem(), XonoticServerList_draw(), XonoticServerList_drawListBoxItem(), XonoticServerList_focusedItemChangeNotify(), XonoticServerList_focusEnter(), XonoticServerList_getItemAtPos(), XonoticServerList_getItemHeight(), XonoticServerList_getItemStart(), XonoticServerList_getTotalHeight(), XonoticServerList_keyDown(), XonoticServerList_mouseMove(), XonoticServerList_positionSortButton(), XonoticServerList_refreshServerList(), XonoticServerList_resizeNotify(), XonoticServerList_setSelected(), XonoticServerList_setSortOrder(), XonoticServerListTab_fill(), XonoticServerListTab_refresh(), XonoticServerToSTab_fill(), XonoticServerToSTab_loadToS(), XonoticSettingsDialog_fill(), XonoticSingleplayerDialog_fill(), XonoticSkinList_configureXonoticSkinList(), XonoticSkinList_destroy(), XonoticSkinList_doubleClickListBoxItem(), XonoticSkinList_drawListBoxItem(), XonoticSkinList_getSkins(), XonoticSkinList_keyDown(), XonoticSkinList_loadCvars(), XonoticSkinList_resizeNotify(), XonoticSkinList_saveCvars(), XonoticSkinList_setSkin(), XonoticSkinList_skinParameter(), XonoticSkinResetDialog_fill(), XonoticSlider_configureXonoticSlider(), XonoticSlider_loadCvars(), XonoticSlider_saveCvars(), XonoticSlider_setValue(), XonoticSlider_setValueSpace(), XonoticSliderCheckBox_configureXonoticSliderCheckBox(), XonoticSliderCheckBox_draw(), XonoticSliderCheckBox_setChecked(), XonoticSoundList_configureXonoticSoundList(), XonoticSoundList_destroy(), XonoticSoundList_doubleClickListBoxItem(), XonoticSoundList_drawListBoxItem(), XonoticSoundList_getSounds(), XonoticSoundList_keyDown(), XonoticSoundList_resizeNotify(), XonoticSoundList_showNotify(), XonoticSoundList_soundName(), XonoticStatsList_configureXonoticStatsList(), XonoticStatsList_destroy(), XonoticStatsList_doubleClickListBoxItem(), XonoticStatsList_drawListBoxItem(), XonoticStatsList_getStats(), XonoticStatsList_keyDown(), XonoticStatsList_resizeNotify(), XonoticStatsList_showNotify(), XonoticTab_showNotify(), XonoticTabController_configureXonoticTabController(), XonoticTabController_makeTabButton(), XonoticTabController_makeTabButton_T(), XonoticTeamSelectDialog_fill(), XonoticTeamSelectDialog_showNotify(), XonoticTextBox_destroy(), XonoticTextBox_drawListBoxItem(), XonoticTextBox_getTextBoxLine(), XonoticTextBox_resizeNotify(), XonoticTextBox_setText(), XonoticTextLabel_draw(), XonoticTextSlider_configureXonoticTextSlider(), XonoticTextSlider_configureXonoticTextSliderValues(), XonoticTextSlider_loadCvars(), XonoticTextSlider_saveCvars(), XonoticTextSlider_setValue(), XonoticTextSlider_setValueSpace(), XonoticTopicList_clickListBoxItem(), XonoticTopicList_drawListBoxItem(), XonoticTopicList_keyDown(), XonoticTopicList_resizeNotify(), XonoticTopicList_setSelected(), XonoticToS_OnGet(), XonoticToSDialog_fill(), XonoticToSDialog_loadXonoticToS(), XonoticUid2NameDialog_fill(), XonoticUserbindEditDialog_fill(), XonoticUserbindEditDialog_loadUserBind(), XonoticUserbindEditDialog_Save(), XonoticUserSettingsTab_fill(), XonoticVideoSettingsTab_fill(), XonoticWeaponarenaCheckBox_configureXonoticWeaponarenaCheckBox(), XonoticWeaponarenaCheckBox_loadCvars(), XonoticWeaponarenaCheckBox_saveCvars(), XonoticWeaponarenaCheckBox_setChecked(), XonoticWeaponsList_draw(), XonoticWeaponsList_drawListBoxItem(), XonoticWeaponsList_keyDown(), XonoticWeaponsList_mouseDrag(), XonoticWeaponsList_resizeNotify(), XonoticWeaponsList_toString(), XonoticWelcomeDialog_destroy(), XonoticWelcomeDialog_draw(), XonoticWelcomeDialog_fill(), XonoticWelcomeDialog_keyDown(), XonoticWelcomeDialog_mouseRelease(), XonoticWelcomeDialog_readInputArgs(), XonoticWinnerDialog_fill(), and XonoticWinnerDialog_focusEnter().

◆ float()

float ( entity ent) = #353