From 8476832dc2f831292aa00c85a4af3a23ae17cadd Mon Sep 17 00:00:00 2001 From: Peace-Maker Date: Sun, 9 Feb 2014 19:38:41 -0500 Subject: [PATCH] Fix param order in AddToTopMenu function doc (irc, r=psychonic). --- plugins/include/topmenus.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/topmenus.inc b/plugins/include/topmenus.inc index 38c46798..9c0e678b 100644 --- a/plugins/include/topmenus.inc +++ b/plugins/include/topmenus.inc @@ -178,11 +178,11 @@ native bool:LoadTopMenuConfig(Handle:topmenu, const String:file[], String:error[ * @param name Object name (MUST be unique). * @param type Object type. * @param handler Handler for object. - * @param cmdname Command name (for access overrides). - * @param flags Default access flags. * @param parent Parent object ID, or INVALID_TOPMENUOBJECT for none. * Items must have a category parent. * Categories must not have a parent. + * @param cmdname Command name (for access overrides). + * @param flags Default access flags. * @param info_string Arbitrary storage (max 255 bytes). * @return A new TopMenuObject ID, or INVALID_TOPMENUOBJECT on * failure.