Public Attributes

SourceMod::menu_states_t Struct Reference

Describes menu display information. More...

#include <public/IMenuManager.h>

Collaboration diagram for SourceMod::menu_states_t:
Collaboration graph
[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

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.

MENU ONLY: First item displayed on the last page

Definition at line 91 of file IMenuManager.h.

MENU ONLY: Last item displayed on the last page

Definition at line 92 of file IMenuManager.h.

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.


The documentation for this struct was generated from the following file: