mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-02-15 08:18:51 +03:00
Update newmenus.inc
This commit is contained in:
parent
085037451f
commit
1f49a283a3
@ -377,11 +377,11 @@ native menu_setprop(menu, prop, ...);
|
||||
* Example #1: menu_getprop(iMenu, MPROP_TITLE, szTitle, charsmax(szTitle))
|
||||
* Example #2: new iPerPage = menu_getprop(iMenu, MPROP_PERPAGE)
|
||||
*
|
||||
* @param menu Menu resource identifier.
|
||||
* @param prop MPROP_ constant.
|
||||
* @param menu Menu resource identifier.
|
||||
* @param prop MPROP_ constant.
|
||||
* @param ... Property parameters.
|
||||
* @return Menu property if the property type is an integer.
|
||||
* @error Invalid menu resource, invalid property or invalid amount of parameters.
|
||||
* @return Menu property if the property type is an integer.
|
||||
* @error Invalid menu resource, invalid property or invalid amount of parameters.
|
||||
*/
|
||||
native menu_getprop(menu, prop, ...);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user