Vote controller: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-removed irrelevant info)
(-added class hierarchy)
Line 1: Line 1:
{{lang|vote_controller}}
{{lang|vote_controller}}
{{stub}}
{{stub}}
{{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}}

Revision as of 09:24, 6 November 2022

English (en)Translate (Translate)

Stub

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

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.