AddOutput: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '{{wrongtitle|title=AddOutput}} ==Sample== This is a basic sample to show how to use the '''AddOutput''' input. <pre> { "classname" "tf_logic_auto" . . . "OnMapSpawn" "team_round…')
 
Line 3: Line 3:
This is a basic sample to show how to use the '''AddOutput''' input.
This is a basic sample to show how to use the '''AddOutput''' input.


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

Revision as of 08:25, 16 December 2009

Template:Wrongtitle

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