Game score: Difference between revisions
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}} | ||
{{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}} | ||
Revision as of 12:26, 12 April 2008
Template:Wrongtitle Template:Base point
Entity Description
An entity that modifies the points of the player who activates it.
Keyvalues
- Template:Kv targetname
- points
- <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
- Template:I targetname
- ApplyScore
- Add score to player.