Vote controller

From Valve Developer Community
Revision as of 11:26, 7 November 2022 by Nescius (talk | contribs) (-added see also, non fgd)
Jump to navigation Jump to search
English (en)Translate (Translate)

Stub

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

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
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.

See Also