get_username
Returns the signed-in player username.
Signature
get_username
Returns the signed-in player username.Signature
get_username() -> str | NoneParameters
| Name | Type | Default | Description |
|---|
Returns
str | NoneExample
from conjure import *
from conjure.platform import get_username
init_window(360, 640, "Platform")
print("get_username")See also
is_authenticatedget_player_display_namesubmit_score
Return to the platform overview or continue with the quickstart.