Difference between revisions of "FBInstant.player.getName"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> The player's localized display name.<br /> <br /> <source lang="lua"> (string), = FBInstant.pla...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (string) | + | (string) = FBInstant.player.getName() |
</source> | </source> | ||
'''Returns''' (string) The player's localized display name.<br/> | '''Returns''' (string) The player's localized display name.<br/> |
Revision as of 10:20, 23 August 2018
Available since: Gideros 2018.3
Description
The player's localized display name.
(string) = FBInstant.player.getName()
Returns (string) The player's localized display name.