From 75d5b0c9728e7cdda2c1aabc939560e0c0ed767a Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Wed, 30 Jul 2014 17:28:51 -0500 Subject: [PATCH] Add more TF2_RemoveWearable documentation. --- plugins/include/tf2.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 95c5f5dd..743675ee 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -361,10 +361,12 @@ native bool:TF2_IsPlayerInDuel(client); /** * Removes an econ wearable (hat, misc, etc) from a player. + * This also deletes the wearable entity. * * @param client Client index. * @param wearable Index of the wearable entity. * @noreturn + * @error Invalid client index, client not in game, invalid wearable entity, or no mod support. */ native TF2_RemoveWearable(client, wearable);