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