]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/menu/voret/util.qh
Tweak the Effects menu, and add iris adaptation to it as well.
[voretournament/voretournament.git] / data / qcsrc / menu / voret / util.qh
1 void forAllDescendants(entity root, void(entity, entity) funcPre, void(entity, entity) funcPost, entity pass);\r
2 void saveAllCvars(entity root);\r
3 void loadAllCvars(entity root);\r
4 \r
5 void makeMulti(entity me, string otherCvars);\r
6 void makeCallback(entity me, entity cbent, void(entity, entity) cbfunc);\r
7 \r
8 void setDependent(entity e, string theCvarName, float theCvarMin, float theCvarMax);\r
9 void setDependentAND(entity e, string theCvarName, float theCvarMin, float theCvarMax, string theCvar2Name, float theCvar2Min, float theCvar2Max);\r
10 void setDependentOR(entity e, string theCvarName, float theCvarMin, float theCvarMax, string theCvar2Name, float theCvar2Min, float theCvar2Max);\r
11 void setDependentAND3(entity e, string theCvarName, float theCvarMin, float theCvarMax, string theCvar2Name, float theCvar2Min, float theCvar2Max, string theCvar3Name, float theCvar3Min, float theCvar3Max);\r
12 void setDependentStringNotEqual(entity e, string theCvarName, string theCvarValue);\r
13 void setDependentWeird(entity e, float(entity) func);\r
14 \r
15 float tooltipdb;\r
16 void loadTooltips();\r
17 void unloadTooltips();\r
18 string getZonedTooltipForIdentifier(string s);\r
19 \r
20 string resolvemod(string m);\r