Portalmp gamerules: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
m (→‎Inputs: Substituted IO templates)
Line 9: Line 9:


== Inputs ==
== Inputs ==
{{IO|AddRedTeamScore|Add to the Red team score (can be a negative number)|param=integer}}
{{I|AddRedTeamScore|Add to the Red team score (can be a negative number)|param=integer}}
{{IO|AddBlueTeamScore|Add to the Blue team score (can be a negative number)|param=integer}}
{{I|AddBlueTeamScore|Add to the Blue team score (can be a negative number)|param=integer}}
{{I Targetname}}
{{I Targetname}}


== Outputs ==
== Outputs ==
{{O Targetname}}
{{O Targetname}}

Revision as of 23:08, 20 April 2025

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

portalmp_gamerules is a point entity available in Portal 2 Portal 2.

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