game_round_end
Jump to navigation
Jump to search
Code classes:
CGameRoundEnd
CRulePointEntity
CRuleEntity
CBaseEntity
(all ents)
game_round_end
is a point entity present in Counter-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]
game_end
info_map_parameters
- Can also end rounds, with specific reasons.