Difference between revisions of "Event:stopPropagation"
From GiderosMobile
m |
|||
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"> | <source lang="lua"> | ||
Event:stopPropagation() | Event:stopPropagation() |
Revision as of 20:02, 19 November 2022
Available since: Gideros 2011.6
Class: Event
Description
Disables the propagation of the current event in the scene tree hierarchy.
Event:stopPropagation()