Difference between revisions of "FBInstant.setLoadingProgress"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Report the game's initial loading progress.<br /> <source lang="lua"> = FBInstant.setLoadingPro...") |
|||
Line 5: | Line 5: | ||
Report the game's initial loading progress.<br /> | Report the game's initial loading progress.<br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | FBInstant.setLoadingProgress(percentage) | |
</source> | </source> | ||
− | '''percentage | + | '''percentage''': (number) A number between 0 and 100. ''''''<br/> |
Revision as of 10:20, 23 August 2018
Available since: Gideros 2018.3
Description
Report the game's initial loading progress.
FBInstant.setLoadingProgress(percentage)
'percentage: (number) A number between 0 and 100. '