native menu_item_getinfo(menu, item, &access = 0, info[] = "", infolen = 0, name[]="", namelen=0, &callback = 0);
menu | Menu resource identifier. |
item | Item identifier. |
access | Variable to store access value. |
info | Buffer to store item info. |
infolen | Item info buffer length. |
name | Buffer to store item display text. |
namelen | Item name buffer length. |
callback | Callback ID. |
Retrieves info about a menu item.
1 on success, 0 on failure.
Invalid menu resource.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.