SourceMod::menu_states_t Struct Reference

Describes menu display information. More...

#include <public/IMenuManager.h>

Collaboration diagram for SourceMod::menu_states_t:

[legend]
List of all members.

Public Attributes

unsigned int apiVers
IBaseMenumenu
IMenuHandlermh
unsigned int firstItem
unsigned int lastItem
unsigned int item_on_page
menu_slots_t slots [11]

Detailed Description

Describes menu display information.

Definition at line 86 of file IMenuManager.h.


Member Data Documentation

unsigned int SourceMod::menu_states_t::apiVers

Must be filled with the API version

Definition at line 88 of file IMenuManager.h.

IBaseMenu* SourceMod::menu_states_t::menu

Menu pointer, or NULL if there is only a display

Definition at line 89 of file IMenuManager.h.

IMenuHandler* SourceMod::menu_states_t::mh

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_slots_t SourceMod::menu_states_t::slots[11]

MENU ONLY: Item selection table (first index is 1)

Definition at line 94 of file IMenuManager.h.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 28 22:10:26 2008 for SourceMod SDK by  doxygen 1.5.1