Game score: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Availability: class&file)
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=game_score}}
{{wrongtitle|title=game_score}}
{{base_point}}


==Entity Description==
==Entity Description==
Line 5: Line 6:
An entity that modifies the points of the player who activates it.{{clr}}
An entity that modifies the points of the player who activates it.{{clr}}


==Availability==
{{in game|point}} {{game-base}}
{{in code|class=class_c_game_score.html CGameScore|file=maprules_8cpp-source.html maprules.cpp}}
{{in code|class=class_c_game_score.html CGameScore|file=maprules_8cpp-source.html maprules.cpp}}


Line 27: Line 26:
==Outputs==
==Outputs==
*{{o targetname}}
*{{o targetname}}
[[Category:Entities]]

Revision as of 12:26, 12 April 2008

Template:Wrongtitle Template:Base point

Entity Description

Game score.png

An entity that modifies the points of the player who activates it.

Template:In code

Keyvalues

<integer> Points to add (+/-).
  • master
<string> Legacy support: The name of a master entity. If the master hasn't been activated, this entity will not activate.

Flags

  • 1 : Allow Negative
  • 2 : Team Points

Inputs

Add score to player.

Outputs