DestroyMenu

From SA-MP Wiki

Jump to: navigation, search


Description:

Destroys the specified menu.


Parameters:
(menuid)
menuidThe menu ID to destroy


Return Values:

True if the destroying was successful, otherwise false


Example Usage:

new Menu:examplemenu;
examplemenu = CreateMenu("Your Menu", 2, 200.0, 100.0, 150.0, 150.0);
 
// ...
DestroyMenu(examplemenu);


Related Functions

The following functions may be useful, as they are related to this function in one way or another.


Related Callbacks

The following callbacks might be useful, as they're related to this function in one way or another.

Personal tools
Navigation
Toolbox
In other languages