Difference between revisions of "FBInstant.player.getID"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> A unique identifier for the player. A Facebook user's player ID will remain constant, and is sc...") |
|||
Line 5: | Line 5: | ||
A unique identifier for the player. A Facebook user's player ID will remain constant, and is scoped to a specific game. This means that different games will have different player IDs for the same user.<br /> | A unique identifier for the player. A Facebook user's player ID will remain constant, and is scoped to a specific game. This means that different games will have different player IDs for the same user.<br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (string) | + | (string) = FBInstant.player.getID() |
</source> | </source> | ||
'''Returns''' (string) A unique identifier for the player.<br/> | '''Returns''' (string) A unique identifier for the player.<br/> |
Revision as of 10:21, 23 August 2018
Available since: Gideros 2018.3
Description
A unique identifier for the player. A Facebook user's player ID will remain constant, and is scoped to a specific game. This means that different games will have different player IDs for the same user.
(string) = FBInstant.player.getID()
Returns (string) A unique identifier for the player.