Vote controller

From Valve Developer Community
Revision as of 09:27, 22 February 2023 by Equalizer5118 (talk | contribs)
Jump to navigation Jump to search

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:Entity It controls the voting system in game.

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

See Also