Dod scoring: Difference between revisions

From Valve Developer Community
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 Description==
==Entity description==
Gives selected Teams points if triggered.
The dod_scoring entity gives selected Teams points if triggered.


==Keyvalues==
==Keyvalues==
* '''Name'''
{{KV Targetname}}
:Name of the Entity.
 
* '''Team Number (int)'''
{{KV|Team Number (int)|int|Determines which team gets the points.}}
:Determines which team gets the points.
 
* '''Seconds between point gives'''
{{KV|Seconds between point gives|int|The time (in seconds) until the team gets points again.}}
:The time (in seconds) until the team gets points again.
 
* '''Points to give each time'''
{{KV|Points to give each time|int|The number of points to get the team every time.}}
:The number of points to get the team every time.
 
* '''Max number of times to give points'''
{{KV|Max number of times to give points|int|Determines how often the team gets points.}}
:Determines how often the team gets points.
 
== Inputs ==
{{I Targetname}}


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

Revision as of 10:42, 9 February 2012

Template:Dods point

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 or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities


Team Number (int) ([todo internal name (i)]) <integer>
Determines which team gets the points.


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.

Inputs

Outputs