AddOutput

From Valve Developer Community
Revision as of 22:10, 31 July 2010 by Shimmerboom (talk | contribs) (found hammer syntax at http://www.chatbear.com/unity2/4989/107,1104062345,1757/763542/0#4)
Jump to navigation Jump to search

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"
}