fixed doc comment (:todo: fix non-pagination so these get drawn?)
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401142
This commit is contained in:
parent
8e5a1d58be
commit
1919b97e92
@ -137,7 +137,8 @@ native bool:DisplayMenu(Handle:menu, client, time);
|
|||||||
* @param menu Menu Handle.
|
* @param menu Menu Handle.
|
||||||
* @param info Item information string.
|
* @param info Item information string.
|
||||||
* @param display Default item display 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.
|
* @return True on success, false on failure.
|
||||||
* @error Invalid Handle or item limit reached.
|
* @error Invalid Handle or item limit reached.
|
||||||
*/
|
*/
|
||||||
@ -154,7 +155,8 @@ native AddMenuItem(Handle:menu,
|
|||||||
* @param position Position, starting from 0.
|
* @param position Position, starting from 0.
|
||||||
* @param info Item information string.
|
* @param info Item information string.
|
||||||
* @param display Default item display 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.
|
* @return True on success, false on failure.
|
||||||
* @error Invalid Handle or menu position.
|
* @error Invalid Handle or menu position.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user