Signature
native menu_addblank(menu, slot = 1);
Description
Adds a blank line to a menu.
Notes
-
When using slot=1 this might break your menu. To achieve this functionality
menu_addblank2 should be used.
Parameters
- menu — Menu resource identifier.
-
slot
—
1 (default) if the line should shift the numbering down.
0 if the line should be a visual shift only.
No return value
Errors
- Invalid menu resource.