added amb870 - menus can display from a given item

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401482
This commit is contained in:
David Anderson
2007-09-26 01:48:52 +00:00
parent a4d85676e8
commit cd6007f54c
4 changed files with 48 additions and 10 deletions
+1
View File
@@ -90,6 +90,7 @@ namespace SourceMod
IMenuHandler *mh; /**< Menu callbacks handler */
unsigned int firstItem; /**< MENU ONLY: First item displayed on the last page */
unsigned int lastItem; /**< MENU ONLY: Last item displayed on the last page */
unsigned int item_on_page; /**< MENU ONLY: First item on page */
menu_slots_t slots[11]; /**< MENU ONLY: Item selection table (first index is 1) */
};