Difference between revisions of "EventDispatcher.new"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''Available since:''' Gideros 2011.6<br/> | |
− | + | '''Class:''' [[EventDispatcher]]<br/> | |
− | ''' | + | |
− | ''' | + | === Description === |
− | === | + | Creates a new EventDispatcher object. |
− | + | <syntaxhighlight lang="lua"> | |
− | < | + | EventDispatcher.new() |
− | + | </syntaxhighlight> | |
− | </ | + | |
+ | {{EventDispatcher}} |
Latest revision as of 14:27, 13 July 2023
Available since: Gideros 2011.6
Class: EventDispatcher
Description
Creates a new EventDispatcher object.
EventDispatcher.new()