Difference between revisions of "EventDispatcher:removeAllListeners"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
EventDispatcher:removeAllListeners() | EventDispatcher:removeAllListeners() | ||
− | </ | + | </syntaxhighlight> |
{{EventDispatcher}} | {{EventDispatcher}} |
Latest revision as of 14:27, 13 July 2023
Available since: Gideros 2018.6.1
Class: EventDispatcher
Description
Removes all attached event listeners.
EventDispatcher:removeAllListeners()