menu_addblank
Adds a blank line to a menu.
Syntax
native menu_addblank(menu, slot=1)
Usage
| menu | Menu resource identifier. |
| slot | 1 (default) if the line should shift the numbering down. |
Return
This function has no return value.
Notes
When using slot=1 this might break your menu. To achieve this functionality
Errors
Invalid menu resource.
Defined in
newmenus.inc
at line 319
.
This documentation was automatically generated from source.