Difference between revisions of "Event:stopPropagation"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2011.6<br/>
<languages />
+
'''Class:''' [[Event]]<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Event|Event]]<br/>
+
=== Description ===
=== <translate>Description</translate> ===
+
Disables the propagation of the current event in the scene tree hierarchy.
<translate><br />
+
<syntaxhighlight lang="lua">
Disables the propagation of the current event in the scene tree hierarchy.<br /></translate>
+
Event:stopPropagation()
<source lang="lua">
+
</syntaxhighlight>
Event:stopPropagation()
+
 
</source>
+
{{Event}}

Latest revision as of 15:27, 13 July 2023

Available since: Gideros 2011.6
Class: Event

Description

Disables the propagation of the current event in the scene tree hierarchy.

Event:stopPropagation()