|
Xonotic
|
#include "textslider.qh"
Include dependency graph for textslider.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | TextSlider_addValue (entity me, string theString, string theIdentifier) |
| void | TextSlider_clearValues (entity me) |
| void | TextSlider_configureTextSliderValues (entity me, string theDefault) |
| string | TextSlider_getIdentifier (entity me) |
| void | TextSlider_insertValue (entity me, int pos, string theString, string theIdentifier) |
| void | TextSlider_setValueFromIdentifier (entity me, string id) |
| void | TextSlider_setValueFromIdentifier_allowAnim (entity me, string id, bool allowAnim) |
| void | TextSlider_setValueFromIdentifier_noAnim (entity me, string id) |
| string | TextSlider_valueToIdentifier (entity me, int val) |
| string | TextSlider_valueToText (entity me, int val) |
Definition at line 42 of file textslider.qc.
Definition at line 38 of file textslider.qc.
Definition at line 60 of file textslider.qc.
Definition at line 34 of file textslider.qc.
Definition at line 48 of file textslider.qc.
Definition at line 30 of file textslider.qc.
References TextSlider_setValueFromIdentifier_allowAnim().
Here is the call graph for this function:Definition at line 15 of file textslider.qc.
References SUPER.
Referenced by TextSlider_setValueFromIdentifier(), and TextSlider_setValueFromIdentifier_noAnim().
Here is the caller graph for this function:Definition at line 26 of file textslider.qc.
References TextSlider_setValueFromIdentifier_allowAnim().
Here is the call graph for this function:Definition at line 3 of file textslider.qc.
Definition at line 9 of file textslider.qc.