game_round_end

From Source Entities
Jump to navigation Jump to search

Code classes:

Game end.png

game_round_end is a point entity present in Csgo-small.pngCounter-Strike: Global Offensive. It ends a round.

Inputs[edit | edit source]

EndRound_Draw <float>
Ends the round in a draw. The next round will begin the specified number of seconds later.
EndRound_TerroristsWin <float>
Ends the round in a win for terrorists. The next round will begin the specified number of seconds later.
EndRound_CounterTerroristsWin <float>
Ends the round in a win for CTs. The next round will begin the specified number of seconds later.

Outputs[edit | edit source]

OnRoundEnded
Fires when the round ends in ANY way, even if not caused by this entity. Also fires once at the start of warmup?

See Also[edit | edit source]