native

menu_makecallback

Syntax

native menu_makecallback(const function[]);

Description

Creates a menu item callback handler.

Parameters

function Function name.

Note

The handler function should be prototyped as:
public <function>(id, menu, item)
id - Client index being displayed to.
menu - Menu resource identifier.
item - Item being drawn.
<return> - ITEM_IGNORE to use the default functionality.
ITEM_ENABLED to explicitly enable or ITEM_DISABLED to explicitly disable.

Return

Menu callback ID.