Difference between revisions of "Event.new"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `Event` object to be dispatched from an `EventDispatcher`.<br /> <br /> <source l...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(any) (any), = Event.new(type,)
+
(any), (any) = Event.new(type)
 
</source>
 
</source>
'''type:''' (string)  ''''''<br/>
+
'''type''': (string)  ''''''<br/>
 
'''Returns''' (any) New `Event` object.<br/>
 
'''Returns''' (any) New `Event` object.<br/>
 
'''Returns''' (any) New `Event` object.<br/>
 
'''Returns''' (any) New `Event` object.<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2011.6

Description


Creates a new `Event` object to be dispatched from an `EventDispatcher`.

(any), (any) = Event.new(type)

'type: (string) '
Returns (any) New `Event` object.
Returns (any) New `Event` object.