Difference between revisions of "Event:stopPropagation"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 6: | Line 6: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Event:stopPropagation() | Event:stopPropagation() | ||
− | </ | + | </syntaxhighlight> |
{{Event}} | {{Event}} |
Latest revision as of 14: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()