Difference between revisions of "EventDispatcher.new"
From GiderosMobile
m |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Creates a new EventDispatcher object. | Creates a new EventDispatcher object. | ||
− | < | + | <syntaxhighlight lang="lua"> |
EventDispatcher.new() | EventDispatcher.new() | ||
− | </ | + | </syntaxhighlight> |
{{EventDispatcher}} | {{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()