Vote controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy)
(-added see also, non fgd)
Line 1: Line 1:
{{lang|vote_controller}}
{{lang|vote_controller}}
{{stub}}
{{stub}}
{{ent not in fgd|nolink=1}}
{{CD|CVoteController|file1=vote_controller.cpp}}
{{CD|CVoteController|file1=vote_controller.cpp}}
{{base point|vote_controller}} It controls the voting system in game.
{{base point|vote_controller}} It controls the voting system in game.
{{code class|CVoteController|game/server/vote_controller.cpp}}
{{code class|CVoteController|game/server/vote_controller.cpp}}
== See Also ==
* [[cs_team_manager]]
* [[terror_gamerules]]
* [[terror_player_manager]]
* [[scene_manager]]
* [[soundent]]

Revision as of 11:26, 7 November 2022

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