vote_controller
Class hierarchy |
---|
CVoteController |
vote_controller.cpp
|
vote_controller
is a point entity available in all Source games except . It controls the voting system in game. It's spawned dynamically in some games such as Team Fortress 2.
Important:This is a preserved entity in .
- On a new round entities with this classname will intentionally not reset. You can use
logic_auto
to emulate resetting it. - Killing it removes it forever, as it is not respawned on a new round.
- It cannot be spawned with a
point_template
. - Parenting this with non preserved entities may have undesirable effects.
Warning:Killing this entity may crash the game.