menuapi functions
All callable symbols documented in this include, grouped by declaration type.
Stocks
| Name | Signature |
|---|---|
| GetPlayerMenu | stock GetPlayerMenu(const player) { |
| GetPlayerMenuPage | stock GetPlayerMenuPage(const player) { |
| ItemFormat | stock ItemFormat(const buffer[], any:...) { |
| MenuAddItem | stock MenuAddItem(const menuid, const alias, const name[], const access = INVALID_HANDLE, const callback[32] = "") { |
| MenuAddItemF | stock MenuAddItemF(const menuid, const alias, const nameid, const access = INVALID_HANDLE, const callback[32] = "") { |
| MenuClose | stock MenuClose(const player) { |
| MenuCreate | stock MenuCreate(handler[], title[], any:...) { |
| MenuDestroy | stock bool: MenuDestroy(const menu) { |
| MenuDisplay | stock bool: MenuDisplay(const player, const menu) { |
| MenuItemGetInfo | stock bool: MenuItemGetInfo(const menuid, const item, name[], const len, bool: removecolor = false, &alias = 0, &access = 0, &callback = 0) { |
| MenuSetItemName | stock MenuSetItemName(const menu, const item, buffer[], any:...) { |
| MenuSetProp | stock bool: MenuSetProp(const menuid, const MenuProps: prop, any:...) { |