Difference between revisions of "Event:getType"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns a string that represents the type of the event.<br /> <br /> <source lang="lua"> (strin...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Class:''' [[Event]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Returns a string that represents the type of the event. | |
− | Returns a string that represents the type of the event. | + | |
− | + | <syntaxhighlight lang="lua"> | |
− | < | + | (string) = Event:getType() |
− | (string) | + | </syntaxhighlight> |
− | </ | + | |
+ | === Return values === | ||
'''Returns''' (string) Type of event.<br/> | '''Returns''' (string) Type of event.<br/> | ||
+ | |||
+ | {{Event}} |
Latest revision as of 14:27, 13 July 2023
Available since: Gideros 2011.6
Class: Event
Description
Returns a string that represents the type of the event.
(string) = Event:getType()
Return values
Returns (string) Type of event.