Scores
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
플레이어 리더보드 점수입니다. 순위표에서 특정 플레이어의 점수 (및 선택적으로 순위)를 나타냅니다.
이 리소스의 메서드 목록은 이 페이지 끝부분을 참고하세요.
리소스 표현
이 리소스에는 영구 데이터가 연결되어 있지 않습니다.
메서드
- 재설정
- 현재 인증된 플레이어의 지정된 ID로 리더보드의 점수를 재설정합니다. 이 메서드는 애플리케이션의 허용 목록에 있는 테스터 계정만 액세스할 수 있습니다.
- resetForAllPlayers
- 모든 플레이어의 지정된 ID가 있는 리더보드의 점수를 재설정합니다. 이 방법은 개발자 콘솔의 사용자 계정에서만 사용할 수 있습니다. 초안 리더보드만 재설정할 수 있습니다.
- resetAll
- 현재 인증된 플레이어의 모든 리더보드의 모든 점수를 재설정합니다. 이 메서드는 애플리케이션의 허용 목록에 있는 테스터 계정만 액세스할 수 있습니다.
- resetAllForAllPlayers
- 모든 플레이어의 모든 초안 리더보드의 점수를 재설정합니다. 이 방법은 개발자 콘솔의 사용자 계정에서만 사용할 수 있습니다.
- resetMultipleForAllPlayers
- 모든 플레이어의 지정된 ID로 리더보드 점수를 재설정합니다. 이 방법은 개발자 콘솔의 사용자 계정에서만 사용할 수 있습니다. 초안 리더보드만 재설정할 수 있습니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Scores\n\nA player leaderboard score. Represents the score (and optionally, the ranks) of a given player in a leaderboard.\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\nThere is no persistent data associated with this resource.\n\nMethods\n-------\n\n[reset](/games/services/management/api/scores/reset)\n: Resets scores for the leaderboard with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.\n\n[resetForAllPlayers](/games/services/management/api/scores/resetForAllPlayers)\n: Resets scores for the leaderboard with the given ID for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset.\n\n[resetAll](/games/services/management/api/scores/resetAll)\n: Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.\n\n[resetAllForAllPlayers](/games/services/management/api/scores/resetAllForAllPlayers)\n: Resets scores for all draft leaderboards for all players. This method is only available to user accounts for your developer console.\n\n[resetMultipleForAllPlayers](/games/services/management/api/scores/resetMultipleForAllPlayers)\n: Resets scores for the leaderboards with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft leaderboards may be reset."]]