From: Samual Lenks Date: Fri, 22 Feb 2013 05:20:13 +0000 (-0500) Subject: Another comment for notification information X-Git-Tag: xonotic-v0.7.0~62^2~23^2~168 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=75c7e7d7bd65d370e5a70e78a493965fa4000bd7;p=xonotic%2Fxonotic-data.pk3dir.git Another comment for notification information --- diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index 240e07484..b72ed8012 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -110,6 +110,9 @@ void Send_CSQC_Centerprint_Generic(entity e, float id, string s, float duration, Check out the definitions in util.qc/util.qh/teams.qh for string CCR(...) and string TCR(...) to better understand how these code replacements work. + + Additionally, you can find all the definitions and explanations for + the argument values and what they return down below in this file. Guidlines for notification declaration (please try and follow these): Specific rules: