APIPlatformlist_save_keys

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

NameTypeDefaultDescription

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_authenticated
  • get_username
  • get_player_display_name

Return to the platform overview or continue with the quickstart.