Difference between revisions of "Event:getType"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
Returns a string that represents the type of the event.
 
Returns a string that represents the type of the event.
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(string) = Event:getType()
 
(string) = Event:getType()
 
</source>
 
</source>

Revision as of 15:26, 13 July 2023

Available since: Gideros 2011.6
Class: Event

Description

Returns a string that represents the type of the event.

<syntaxhighlight lang="lua"> (string) = Event:getType() </source>

Return values

Returns (string) Type of event.