Game round end: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:game_round_end}} {{csgo point|game_round_end}} ==Entity description== left|link=An entity that ends a multiplayer game round. {{map_propert...")
 
m (removed {{DISPLAYTITLE}}, covered by the csgo point template)
Line 1: Line 1:
{{DISPLAYTITLE:game_round_end}}
{{csgo point|game_round_end}}  
{{csgo point|game_round_end}}  



Revision as of 15:31, 1 August 2018

game_round_end is a point entity available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive.

Entity description

Game end.png

An entity that ends a multiplayer game round.

Template:Map properties

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

EndRound_Draw <floatRedirectInput/float>
End the round in a draw after x seconds.
EndRound_TerroristsWin <floatRedirectInput/float>
End the round, terrorists win after x seconds.
EndRound_CounterTerroristsWin <floatRedirectInput/float>
End the round, CTs win after x seconds.

Outputs

OnRoundEnded <void>
Fires when the round ends regardless of it ended via input to this entity or not.