list_save_keys
Lists save-data keys for the current game and player.
Signature
list_save_keys
Lists save-data keys for the current game and player.Signature
list_save_keys() -> list[str]Parameters
| Name | Type | Default | Description |
|---|
Returns
list[str]Example
from conjure import *
from conjure.platform import list_save_keys
init_window(360, 640, "Platform")
print("list_save_keys")See also
is_authenticatedget_usernameget_player_display_name
Return to the platform overview or continue with the quickstart.