Determine if the current user is a guest
isGuest()
Checking if the user is a guest
The isGuest
function can be called to determine if the player is currently signed into Kongregate or not.
Name | Type | Description |
---|---|---|
Return value | Boolean | A flag indicating whether or not the user is a guest. |
var isGuest:Boolean = kongregate.services.isGuest();
var isGuest = kongregate.services.isGuest();