Skip to main content

DestroyMenu

คำอธิบาย

Destroys the specified menu.

NameDescription
menuidThe menu ID to destroy

ส่งคืน

True if the destroying was successful, otherwise false

ตัวอย่าง

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

// ...
DestroyMenu(examplemenu);

ฟังก์ชั่นที่เกี่ยวข้องกัน