Difference between revisions of "EventDispatcher:removeAllListeners"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
'''Available since:''' Gideros 2018.6.1<br/> | '''Available since:''' Gideros 2018.6.1<br/> | ||
| + | '''Class:''' [[EventDispatcher]]<br/> | ||
| + | |||
=== Description === | === Description === | ||
| − | + | Removes all attached event listeners. | |
| − | Removes all attached event listeners. | + | |
| − | < | + | <syntaxhighlight lang="lua"> |
| − | + | EventDispatcher:removeAllListeners() | |
| − | </ | + | </syntaxhighlight> |
| + | |||
| + | {{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()