]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/util.qh
$$ to show $
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / util.qh
index 2564a86ed4b724f69640797542b083109d1fd4c5..9e989a4662070fea39b6ae7a8934dd2f1109f00a 100644 (file)
@@ -19,10 +19,8 @@ void setDependentAND3(entity e, string theCvarName, float theCvarMin, float theC
 void setDependentStringNotEqual(entity e, string theCvarName, string theCvarValue);
 void setDependentWeird(entity e, float(entity) func);
 
-int tooltipdb;
-void loadTooltips();
-void unloadTooltips();
-string getZonedTooltipForIdentifier(string s);
+void setZonedTooltip(entity e, string theTooltip, string theCvar);
+void clearTooltip(entity e);
 
 string resolvemod(string m);