Appends a new item to the end of a menu.
bool AddMenuItem(Handle menu, const char[] info, const char[] display, int style)
Menu Handle.
Item information string.
Default item display string.
Drawing style flags. Anything other than DEFAULT or DISABLED will be completely ignored when paginating.
True on success, false on failure.
Invalid Handle or item limit reached.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.