Difference between revisions of "Event:stopPropagation"

From GiderosMobile
m
m (Text replacement - "<source" to "<syntaxhighlight")
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Disables the propagation of the current event in the scene tree hierarchy.
 
Disables the propagation of the current event in the scene tree hierarchy.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Event:stopPropagation()
 
Event:stopPropagation()
 
</source>
 
</source>
  
 
{{Event}}
 
{{Event}}

Revision as of 15:26, 13 July 2023

Available since: Gideros 2011.6
Class: Event

Description

Disables the propagation of the current event in the scene tree hierarchy. <syntaxhighlight lang="lua"> Event:stopPropagation() </source>