Portalmp gamerules: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{portal2 point|portalmp_gamerules}} == Entity description == Proxy entity for Portal 2 Gamerule. == Keyvalues == {{KV Targetname}} == Inputs == {{IO|AddRedTeamScore|Add to th…')
 
mNo edit summary
Line 1: Line 1:
{{portal2 point|portalmp_gamerules}}
{{portal2 point|portalmp_gamerules}} It is a proxy entity for Portal 2 Gamerule.
 
== Entity description ==
Proxy entity for Portal 2 Gamerule.


== Keyvalues ==
== Keyvalues ==

Revision as of 08:53, 31 July 2011

Template:Portal2 point It is a proxy entity for Portal 2 Gamerule.

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

AddRedTeamScore <integerRedirectInput/integer>
Add to the Red team score (can be a negative number)
AddBlueTeamScore <integerRedirectInput/integer>
Add to the Blue team score (can be a negative number)


Outputs