SourceMod::menu_vote_result_t Struct Reference

Contains information about a vote result. More...

#include <public/IMenuManager.h>

Collaboration diagram for SourceMod::menu_vote_result_t:

[legend]
List of all members.

Public Attributes

unsigned int num_clients
unsigned int num_votes
SourceMod::menu_vote_result_t::menu_client_vote_tclient_list
unsigned int num_items
SourceMod::menu_vote_result_t::menu_item_vote_titem_list

Classes

struct  menu_client_vote_t
struct  menu_item_vote_t

Detailed Description

Contains information about a vote result.

Definition at line 122 of file IMenuManager.h.


Member Data Documentation

unsigned int SourceMod::menu_vote_result_t::num_clients

Number of clients the menu was displayed to

Definition at line 124 of file IMenuManager.h.

unsigned int SourceMod::menu_vote_result_t::num_votes

Number of votes received

Definition at line 125 of file IMenuManager.h.

struct SourceMod::menu_vote_result_t::menu_client_vote_t * SourceMod::menu_vote_result_t::client_list

Array of size num_clients

unsigned int SourceMod::menu_vote_result_t::num_items

Number of items voted for

Definition at line 131 of file IMenuManager.h.

struct SourceMod::menu_vote_result_t::menu_item_vote_t * SourceMod::menu_vote_result_t::item_list

Array of size num_items, sorted by count, descending


The documentation for this struct was generated from the following file:
Generated on Fri Nov 21 03:10:07 2008 for SourceMod SDK by  doxygen 1.5.1