<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fortress-forever.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Lua%3AOutputEvent</id>
	<title>Lua:OutputEvent - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.fortress-forever.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Lua%3AOutputEvent"/>
	<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Lua:OutputEvent&amp;action=history"/>
	<updated>2026-05-09T01:21:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=Lua:OutputEvent&amp;diff=9048&amp;oldid=prev</id>
		<title>Crazycarl: New page: {{Infobox manual/Header}} ==OutputEvent==  Triggers any named entity in the map using Source&#039;s [http://developer.valvesoftware.com/wiki/Inputs_and_Outputs#Inputs I/O system].  ===Usage=== ...</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Lua:OutputEvent&amp;diff=9048&amp;oldid=prev"/>
		<updated>2009-05-12T05:27:37Z</updated>

		<summary type="html">&lt;p&gt;New page: {{Infobox manual/Header}} ==OutputEvent==  Triggers any named entity in the map using Source&amp;#039;s [http://developer.valvesoftware.com/wiki/Inputs_and_Outputs#Inputs I/O system].  ===Usage=== ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox manual/Header}}&lt;br /&gt;
==OutputEvent==&lt;br /&gt;
&lt;br /&gt;
Triggers any named entity in the map using Source&amp;#039;s [http://developer.valvesoftware.com/wiki/Inputs_and_Outputs#Inputs I/O system].&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
&amp;lt;pre&amp;gt;OutputEvent( entity, input, parameter, delay, x )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Input===&lt;br /&gt;
*entity(string) the entity as named in Hammer&lt;br /&gt;
*input(string) the name of a valid input for the entity&lt;br /&gt;
*parameter(string) OPTIONAL. value override&lt;br /&gt;
*delay(float) OPTIONAL. number of seconds to wait before firing.&lt;br /&gt;
*x(unsigned int) OPTIONAL. fire once boolean&lt;br /&gt;
&lt;br /&gt;
===Output===&lt;br /&gt;
Returns: nothing&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
&amp;lt;pre&amp;gt;--Requires a func_movelinear in the map, named &amp;quot;movelinear_1&amp;quot;&lt;br /&gt;
OutputEvent( &amp;quot;movelinear_1&amp;quot;, &amp;quot;SetPosition&amp;quot;, &amp;quot;0.5&amp;quot; .75, 1 )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Lua_Commands]]&lt;br /&gt;
[[Category:Utility_functions]]&lt;br /&gt;
{{Infobox manual/Footer}}&lt;/div&gt;</summary>
		<author><name>Crazycarl</name></author>
	</entry>
</feed>