TopMenuHandler Typedef

TopMenu callback prototype.

typedef TopMenuHandler = function void(TopMenu topmenu, TopMenuAction action, TopMenuObject topobj_id, int param, char[] buffer, int maxlength)

Tags

topmenu

Handle to the TopMenu.

action

TopMenuAction being performed.

topobj_id

The topobj ID (if used).

param

Extra parameter (if used).

buffer

Output buffer (if used).

maxlength

Output buffer (if used).