APIPlatformis_first_play

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() -> bool

Parameters

NameTypeDefaultDescription

Returns

bool

Example

from conjure import *
from conjure.platform import is_first_play

init_window(360, 640, "Platform")
print("is_first_play")

See also

  • is_authenticated
  • get_username
  • get_player_display_name

Return to the platform overview or continue with the quickstart.