From 20a173d8a34f4b370be6bfedb3abde5afbaa0133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Gr=C3=BCnbacher?= Date: Thu, 7 Aug 2014 21:49:56 +0200 Subject: [PATCH] amxmodx: Improve precache comments --- plugins/include/amxmodx.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 1a727ea4..f8d487a8 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -210,7 +210,7 @@ native register_plugin(const plugin_name[], const version[], const author[]); * * @param name Path to the model file * - * @return Cache id of the model, even if the file was already precached + * @return Unique ache id of the model * @error If called outside of the plugin_precache() forward, an error is * thrown. */ @@ -229,7 +229,7 @@ native precache_model(const name[]); * * @param name Path to the sound file * - * @return Cache id of the sound, even if the file was already precached + * @return Unique cache id of the sound * @error If called outside of the plugin_precache() forward, an error is * thrown. */ @@ -243,7 +243,7 @@ native precache_sound(const name[]); * * @param szFile Path to the file * - * @return Cache id of the file, even if the file was already precached + * @return Unique cache id of the file * @error If called outside of the plugin_precache() forward, an error * is thrown. */