APIPlatformget_username

get_username

Returns the signed-in player username.

Signature

get_username

Returns the signed-in player username.

Signature

get_username() -> str | None

Parameters

NameTypeDefaultDescription

Returns

str | None

Example

from conjure import *
from conjure.platform import get_username

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

See also

  • is_authenticated
  • get_player_display_name
  • submit_score

Return to the platform overview or continue with the quickstart.