is_first_play
Returns whether this is the player first known play for the game.
Signature
is_first_play
Returns whether this is the player first known play for the game.Signature
is_first_play() -> boolParameters
| Name | Type | Default | Description |
|---|
Returns
boolExample
from conjure import *
from conjure.platform import is_first_play
init_window(360, 640, "Platform")
print("is_first_play")See also
is_authenticatedget_usernameget_player_display_name
Return to the platform overview or continue with the quickstart.