AddOutput: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(orphan)
m (links)
Line 1: Line 1:
{{wrongtitle|title=AddOutput}}
{{wrongtitle|title=AddOutput}}
{{orphan}}
{{orphan}}
The AddOutput output in Hammer uses the syntax  
The AddOutput output in [[Hammer]] uses the syntax  
<output name> <target name>:<input name>:<parameter>:<delay>:<max times to fire (-1 == infinite)>
<output name> <target name>:<input name>:<parameter>:<delay>:<max times to fire (-1 == infinite)>
to be used in the parameters field of the output
to be used in the parameters field of the [[output]]


==Sample==
==Sample==

Revision as of 17:44, 13 March 2011

Template:Wrongtitle

The AddOutput output in Hammer uses the syntax <output name> <target name>:<input name>:<parameter>:<delay>:<max times to fire (-1 == infinite)> to be used in the parameters field of the output

Sample

This is a basic sample to show how to use the AddOutput input.

{
"classname" "tf_logic_auto"
.
.
.
"OnMapSpawn" "team_round_timer_red,AddOutput,OnFinished game_round_win:RoundWin::0:-1,0,-1"
}