Lewati ke konten utama

DestroyMenu

Description

Destroys the specified menu.

NameDescription
Menu:menuidThe menu ID to destroy

Returns

true if the destroying was successful, otherwise false

Examples

new Menu:exampleMenu;
exampleMenu = CreateMenu("Your Menu", 2, 200.0, 100.0, 150.0, 150.0);

// Later ...
DestroyMenu(exampleMenu);