Inserts an item into the menu before a certain position; the new item will be at the given position and all next items pushed forward.
bool InsertMenuItem(Handle menu, int position, const char[] info, const char[] display, int style)
Menu Handle.
Position, starting from 0.
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 menu position.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.