menu_addtext2

Adds a text line to a menu, always shifting the numbering down.

Syntax

native menu_addtext2( menu, const text[] )

Usage

menu Menu resource identifier.
text Text to add.

Return

1 — on success, 0 on failure.

Notes

This will add a special item to create a blank line. It will affect the menu

Errors

Invalid menu resource.

Defined in newmenus.inc at line 365 . This documentation was automatically generated from source.