is_authenticated
Returns whether the player is signed in.
Signature
is_authenticated
Returns whether the player is signed in.Signature
is_authenticated() -> boolParameters
| Name | Type | Default | Description |
|---|
Returns
boolExample
from conjure import *
from conjure.platform import is_authenticated
init_window(360, 640, "Platform")
print("is_authenticated")See also
get_usernameget_player_display_namesubmit_score
Return to the platform overview or continue with the quickstart.