From ea9933ed1aac524f5dbc0e4d6bc8cd7894ad8194 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Fri, 3 Aug 2007 01:58:34 +0000 Subject: [PATCH] yay fixed comments --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401262 --- plugins/include/sdktools_tempents.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/include/sdktools_tempents.inc b/plugins/include/sdktools_tempents.inc index f91afc40..53dca937 100644 --- a/plugins/include/sdktools_tempents.inc +++ b/plugins/include/sdktools_tempents.inc @@ -40,7 +40,7 @@ functag TEHook Action:public(const String:te_name[], const Players[], numClients native AddTempEntHook(const String:te_name[], TEHook:hook); /** - * Removes a temp entity. + * Removes a temp entity hook. * * @param te_name TE name to unhook. * @param hook Function used for the hook. @@ -80,7 +80,6 @@ native TE_WriteNum(const String:prop[], value); * Reads an integer value in the current temp entity. * * @param prop Property to use. - * @param value Integer value to read. * @return Property value. * @error Property not found. */ @@ -100,7 +99,6 @@ native TE_WriteFloat(const String:prop[], Float:value); * Reads a floating point number in the current temp entity. * * @param prop Property to use. - * @param value Floating point number to read. * @noreturn Property value. * @error Property not found. */