Add a new prefab item to the client cookie settings menu.
Note: This handles everything automatically and does not require a callback
void SetPrefabMenu(CookieMenu type, const char[] display, function void(int client, CookieMenuAction action, any info, char[] buffer, int maxlen) handler, any info)
A CookieMenu prefab menu type.
Text to show on the menu.
Optional handler callback for translations and output on selection
Info data to pass to the callback.
Invalid cookie handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.