<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gamemaking.domcloud.dev/index.php?action=history&amp;feed=atom&amp;title=Periodic_shooting</id>
	<title>Periodic shooting - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gamemaking.domcloud.dev/index.php?action=history&amp;feed=atom&amp;title=Periodic_shooting"/>
	<link rel="alternate" type="text/html" href="https://gamemaking.domcloud.dev/index.php?title=Periodic_shooting&amp;action=history"/>
	<updated>2026-08-21T20:43:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://gamemaking.domcloud.dev/index.php?title=Periodic_shooting&amp;diff=98&amp;oldid=prev</id>
		<title>Timothy: Created page with &quot;&lt;syntaxhighlight lang=&quot;gdscript&quot; line&gt; var waiting_to_shoot = false   func _input(event: InputEvent) -&gt; void:	 	if event.is_action(&quot;ui_right&quot;) and waiting_to_shoot == false: 		waiting_to_shoot = true 		await get_tree().create_timer(0.4).timeout 		print(&#039;A shot was fired!&#039;) 		waiting_to_shoot = false &lt;/syntaxhighlight&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="https://gamemaking.domcloud.dev/index.php?title=Periodic_shooting&amp;diff=98&amp;oldid=prev"/>
		<updated>2025-09-27T15:00:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;gdscript&amp;quot; line&amp;gt; var waiting_to_shoot = false   func _input(event: InputEvent) -&amp;gt; void:	 	if event.is_action(&amp;quot;ui_right&amp;quot;) and waiting_to_shoot == false: 		waiting_to_shoot = true 		await get_tree().create_timer(0.4).timeout 		print(&amp;#039;A shot was fired!&amp;#039;) 		waiting_to_shoot = false &amp;lt;/syntaxhighlight&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;gdscript&amp;quot; line&amp;gt;&lt;br /&gt;
var waiting_to_shoot = false&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
func _input(event: InputEvent) -&amp;gt; void:	&lt;br /&gt;
	if event.is_action(&amp;quot;ui_right&amp;quot;) and waiting_to_shoot == false:&lt;br /&gt;
		waiting_to_shoot = true&lt;br /&gt;
		await get_tree().create_timer(0.4).timeout&lt;br /&gt;
		print(&amp;#039;A shot was fired!&amp;#039;)&lt;br /&gt;
		waiting_to_shoot = false&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Timothy</name></author>
	</entry>
</feed>