Game end: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Entity Description: -> Removed dead links)
m (Robot: fixing template case.)
Line 17: Line 17:


==Inputs==
==Inputs==
*{{i targetname}}
*{{I Targetname}}
*'''EndGame'''
*'''EndGame'''
:End the multiplayer game.
:End the multiplayer game.

Revision as of 19:37, 19 January 2009

Template:Wrongtitle Template:Base point


Entity Description

Game end.png

An entity that ends a multiplayer game. Does not work in single-player games.

In code it is represented by class CGameEnd, defined in maprules.cpp.

Keyvalues

<string> Legacy support: The name of a master entity. If the master hasn't been activated, this entity will not activate.

Inputs

  • EndGame
End the multiplayer game.

Outputs