]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/player.qh
Added more useful PrintToChat functions.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / player.qh
index 40812a7653a7e35e51959f3b23dd7455a50f6cfe..08702316d40deab492adbe66cdae7d30dd15fa85 100644 (file)
@@ -24,6 +24,17 @@ void PrintToChat(entity player, string text);
 /// \return No return.
 void DebugPrintToChat(entity player, string text);
 
+/// \brief Prints the string to all players' chat.
+/// \param[in] text Text to print.
+/// \return No return.
+void PrintToChatAll(string text);
+
+/// \brief Prints the string to all players' chat if the server cvar "developer"
+/// is not 0.
+/// \param[in] text Text to print.
+/// \return No return.
+void DebugPrintToChatAll(string text);
+
 void player_setupanimsformodel(entity this);
 
 void player_anim(entity this);