|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "../item/slider.qh"Go to the source code of this file.
Classes | |
| class | XonoticSlider |
Functions | |
| entity | makeXonoticSlider (float, float, float, string) |
| entity | makeXonoticSlider_T (float, float, float, string, string theTooltip) |
| entity makeXonoticSlider | ( | float | theValueMin, |
| float | theValueMax, | ||
| float | theValueStep, | ||
| string | theCvar ) |
Definition at line 10 of file slider.qc.
References entity(), makeXonoticSlider_T(), and string_null.
Referenced by XonoticDamageTextSettings_fill(), XonoticGameCrosshairSettingsTab_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameModelSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticGameWeaponsSettingsTab_fill(), XonoticHUDAmmoDialog_fill(), XonoticHUDCenterprintDialog_fill(), XonoticHUDChatDialog_fill(), XonoticHUDCheckpointsDialog_fill(), XonoticHUDEngineInfoDialog_fill(), XonoticHUDExitDialog_fill(), XonoticHUDInfoMessagesDialog_fill(), XonoticHUDItemsTimeDialog_fill(), XonoticHUDNotificationDialog_fill(), XonoticHUDPhysicsDialog_fill(), XonoticHUDPickupDialog_fill(), XonoticHUDPressedKeysDialog_fill(), XonoticHUDRadarDialog_fill(), XonoticHUDStrafeHUDDialog_fill(), XonoticHUDVoteDialog_fill(), XonoticHUDWeaponsDialog_fill(), XonoticMonsterToolsDialog_fill(), and XonoticSandboxToolsDialog_fill().
| entity makeXonoticSlider_T | ( | float | theValueMin, |
| float | theValueMax, | ||
| float | theValueStep, | ||
| string | theCvar, | ||
| string | theTooltip ) |
Definition at line 3 of file slider.qc.
Referenced by makeXonoticSlider(), XonoticEffectsSettingsTab_fill(), XonoticGameHUDSettingsTab_fill(), XonoticGameViewSettingsTab_fill(), XonoticInputSettingsTab_fill(), XonoticMiscSettingsTab_fill(), XonoticMutatorsDialog_fill(), XonoticServerCreateTab_fill(), and XonoticVideoSettingsTab_fill().