Portalmp gamerules: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Entity is obsolete)
Line 1: Line 1:
{{Obsolete|entity=1}}
{{portal2 point|portalmp_gamerules}}  
{{portal2 point|portalmp_gamerules}}  


==Entity description==
==Entity description==
It is a proxy entity for Portal 2 Gamerule.
This entity was likely the entity managing the scrapped multiplayer mode before Portal 2's current Co-OP mode.


== Keyvalues ==
== Keyvalues ==

Revision as of 21:38, 7 November 2019

Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.

Template:Portal2 point

Entity description

This entity was likely the entity managing the scrapped multiplayer mode before Portal 2's current Co-OP mode.

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