Dod scoring: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Cleanup) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:dod_scoring}} | |||
{{dods point|dod_scoring}} | {{dods point|dod_scoring}} | ||
==Entity | ==Entity description== | ||
The dod_scoring entity gives selected Teams points if triggered. | |||
==Keyvalues== | ==Keyvalues== | ||
{{KV Targetname}} | |||
{{KV|Team Number (int)|int|Determines which team gets the points.}} | |||
{{KV|Seconds between point gives|int|The time (in seconds) until the team gets points again.}} | |||
{{KV|Points to give each time|int|The number of points to get the team every time.}} | |||
{{KV|Max number of times to give points|int|Determines how often the team gets points.}} | |||
== Inputs == | |||
{{I Targetname}} | |||
==Outputs== | ==Outputs== | ||
{{O Targetname}} |
Revision as of 10:42, 9 February 2012
Entity description
The dod_scoring entity gives selected Teams points if triggered.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Seconds between point gives ([todo internal name (i)]) <integer>
- The time (in seconds) until the team gets points again.
- Points to give each time ([todo internal name (i)]) <integer>
- The number of points to get the team every time.
- Max number of times to give points ([todo internal name (i)]) <integer>
- Determines how often the team gets points.