mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-27 15:25:36 +03:00
Add default values for menu_item_getinfo (#511)
This commit is contained in:
parent
a784a34561
commit
0bfc65c635
@ -221,7 +221,7 @@ native menu_find_id(menu, page, key);
|
|||||||
* @return 1 on success, 0 on failure.
|
* @return 1 on success, 0 on failure.
|
||||||
* @error Invalid menu resource.
|
* @error Invalid menu resource.
|
||||||
*/
|
*/
|
||||||
native menu_item_getinfo(menu, item, &access, info[], infolen, name[]="", namelen=0, &callback);
|
native menu_item_getinfo(menu, item, &access = 0, info[] = "", infolen = 0, name[]="", namelen=0, &callback = 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets an item's display text.
|
* Sets an item's display text.
|
||||||
|
Loading…
Reference in New Issue
Block a user