Difference between revisions of "EventDispatcher.new"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Creates a new EventDispatcher object <source lang="lua"> = EventDispatcher.new() </source>")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[EventDispatcher]]<br/>
 +
 
=== Description ===
 
=== Description ===
Creates a new EventDispatcher object
+
Creates a new EventDispatcher object.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= EventDispatcher.new()
+
EventDispatcher.new()
</source>
+
</syntaxhighlight>
 +
 
 +
{{EventDispatcher}}

Latest revision as of 15:27, 13 July 2023