Gaming:isLoggedIn

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2018.9<br/> === Description === Returns true if we are logged in. <source lang="lua"> (bool), = Gaming:isLoggedIn() </source> '''Retur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2018.9

Description

Returns true if we are logged in.

(bool), = Gaming:isLoggedIn()

Returns (bool) `true` if Gaming is logged in, `false` otherwise.