Vote controller

From Valve Developer Community
Revision as of 09:24, 6 November 2022 by Nescius (talk | contribs) (-added class hierarchy)
Jump to navigation Jump to search
English (en)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

C++ Class hierarchy
CVoteController
CBaseEntity
C++ vote_controller.cpp

Template:Base point It controls the voting system in game.

C++ In code, it is represented by theCVoteControllerclass, defined in thegame/server/vote_controller.cppfile.