Vote controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{lang|vote_controller}} {{stub}} {{base point|vote_controller}} {{code class|CVoteController|game/server/vote_controller.cpp}} ==Description== Controls the voting system in...")
 
(-removed irrelevant info)
Line 1: Line 1:
{{lang|vote_controller}}
{{lang|vote_controller}}
{{stub}}
{{stub}}
{{base point|vote_controller}}
{{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}}
==Description==
Controls the voting system in game.
==Keyvalues==
{{KV BaseEntity}}
==Inputs==
{{I BaseEntity}}
==Outputs==
{{O BaseEntity}}

Revision as of 05:04, 23 October 2022

English (en)Translate (Translate)

Stub

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

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.