This article's documentation is for anything that uses the Source engine. Click here for more information.

Vote controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
m (→‎See also: Unicodifying, replaced: See Also → See also)
Line 4: Line 4:
{{this is a|e0|name=vote_controller}} It controls the voting system in game.
{{this is a|e0|name=vote_controller}} It controls the voting system in game.


== See Also ==
== See also ==
* [[cs_team_manager]]
* [[cs_team_manager]]
* [[terror_gamerules]]
* [[terror_gamerules]]

Revision as of 02:14, 9 January 2024

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

vote_controller is an e0 available in all Source Source games. It controls the voting system in game.

See also