CookieMenuHandler Typedef

Cookie Menu Callback prototype

typedef CookieMenuHandler = function void(int client, CookieMenuAction action, any info, char[] buffer, int maxlen)

Tags

client

Client index.

action

CookieMenuAction being performed.

info

Info data passed.

buffer

Outbut buffer.

maxlen

Max length of the output buffer.