|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "radiobutton.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticRadioButton (float theGroup, string theCvar, string theValue, string theText) |
| entity | makeXonoticRadioButton_T (float theGroup, string theCvar, string theValue, string theText, string theTooltip) |
| void | XonoticRadioButton_configureXonoticRadioButton (entity me, float theGroup, string theCvar, string theValue, string theText, string theTooltip) |
| void | XonoticRadioButton_draw (entity me) |
| void | XonoticRadioButton_loadCvars (entity me) |
| void | XonoticRadioButton_saveCvars (entity me) |
| void | XonoticRadioButton_setChecked (entity me, bool val) |
Definition at line 10 of file radiobutton.qc.
References entity(), makeXonoticRadioButton_T(), and string_null.
Referenced by XonoticFirstRunDialog_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticHUDAmmoDialog_fill(), XonoticHUDCenterprintDialog_fill(), XonoticHUDCheckpointsDialog_fill(), XonoticHUDHealthArmorDialog_fill(), XonoticHUDInfoMessagesDialog_fill(), XonoticHUDItemsTimeDialog_fill(), XonoticHUDPhysicsDialog_fill(), XonoticHUDPickupDialog_fill(), XonoticHUDPowerupsDialog_fill(), XonoticHUDQuickMenuDialog_fill(), XonoticHUDScoreDialog_fill(), XonoticHUDStrafeHUDDialog_fill(), XonoticHUDTimerDialog_fill(), XonoticHUDWeaponsDialog_fill(), XonoticMonsterToolsDialog_fill(), XonoticMutatorsDialog_fill(), XonoticSandboxToolsDialog_fill(), and XonoticSingleplayerDialog_fill().
| entity makeXonoticRadioButton_T | ( | float | theGroup, |
| string | theCvar, | ||
| string | theValue, | ||
| string | theText, | ||
| string | theTooltip ) |
Definition at line 3 of file radiobutton.qc.
Referenced by makeXonoticRadioButton(), XonoticAudioSettingsTab_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticMutatorsDialog_fill(), and XonoticVideoSettingsTab_fill().
| void XonoticRadioButton_configureXonoticRadioButton | ( | entity | me, |
| float | theGroup, | ||
| string | theCvar, | ||
| string | theValue, | ||
| string | theText, | ||
| string | theTooltip ) |
Definition at line 14 of file radiobutton.qc.
References entity(), setZonedTooltip(), and string_null.
Definition at line 58 of file radiobutton.qc.
Definition at line 30 of file radiobutton.qc.
References boolean, cvar(), cvar_string(), and entity().
Definition at line 76 of file radiobutton.qc.
References cvar_set(), cvar_string(), entity(), and ftos().