Public Attributes

SourceMod::menu_vote_result_t Struct Reference

Contains information about a vote result. More...

#include <public/IMenuManager.h>

List of all members.

Public Attributes

unsigned int num_clients
unsigned int num_votes
struct
SourceMod::menu_vote_result_t::menu_client_vote_t * 
client_list
unsigned int num_items
struct
SourceMod::menu_vote_result_t::menu_item_vote_t * 
item_list

Detailed Description

Contains information about a vote result.

Definition at line 122 of file IMenuManager.h.


Member Data Documentation

Number of clients the menu was displayed to

Definition at line 124 of file IMenuManager.h.

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

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: