From 1919b97e92b9867714dc62c0771455921ca60336 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 19 Jul 2007 16:27:14 +0000 Subject: [PATCH] fixed doc comment (:todo: fix non-pagination so these get drawn?) --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401142 --- plugins/include/menus.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/include/menus.inc b/plugins/include/menus.inc index f3e13942..f133fc54 100644 --- a/plugins/include/menus.inc +++ b/plugins/include/menus.inc @@ -137,7 +137,8 @@ native bool:DisplayMenu(Handle:menu, client, time); * @param menu Menu Handle. * @param info Item information string. * @param display Default item display string. - * @param style Drawing style flags. + * @param style Drawing style flags. Anything other than DEFAULT or + * DISABLED will be completely ignored when paginating. * @return True on success, false on failure. * @error Invalid Handle or item limit reached. */ @@ -154,7 +155,8 @@ native AddMenuItem(Handle:menu, * @param position Position, starting from 0. * @param info Item information string. * @param display Default item display string. - * @param style Drawing style flags. + * @param style Drawing style flags. Anything other than DEFAULT or + * DISABLED will be completely ignored when paginating. * @return True on success, false on failure. * @error Invalid Handle or menu position. */