Difference between revisions of "EventDispatcher.new"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
| (2 intermediate revisions by 2 users 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()