#include <public/IMenuManager.h>
Collaboration diagram for SourceMod::menu_states_t:
Public Attributes | |
| unsigned int | apiVers |
| IBaseMenu * | menu |
| IMenuHandler * | mh |
| unsigned int | firstItem |
| unsigned int | lastItem |
| unsigned int | item_on_page |
| menu_slots_t | slots [11] |
Definition at line 86 of file IMenuManager.h.
| unsigned int SourceMod::menu_states_t::apiVers |
Must be filled with the API version
Definition at line 88 of file IMenuManager.h.
Menu pointer, or NULL if there is only a display
Definition at line 89 of file IMenuManager.h.
Menu callbacks handler
Definition at line 90 of file IMenuManager.h.
| unsigned int SourceMod::menu_states_t::firstItem |
MENU ONLY: First item displayed on the last page
Definition at line 91 of file IMenuManager.h.
| unsigned int SourceMod::menu_states_t::lastItem |
MENU ONLY: Last item displayed on the last page
Definition at line 92 of file IMenuManager.h.
| unsigned int SourceMod::menu_states_t::item_on_page |
MENU ONLY: First item on page
Definition at line 93 of file IMenuManager.h.
MENU ONLY: Item selection table (first index is 1)
Definition at line 94 of file IMenuManager.h.
1.5.1