- Nakama
- Getting Started+-
- Concepts+-
- Server Framework+-
- Client Libraries+-
- API+-
- Tutorials+-
- Guides+-
- Overview
- Concepts+-
- Overview
- GameLift Fleet Management
- How to deploy game servers with Edgegap
- i3D.net integration
- Bucketed Leaderboards
- Custom Authentication with Third-Party Services
- Custom Leaderboards
- Creating an Economy
- Daily Rewards
- Initialize a New User
- Matchmaking Around Blocked Users
- Passive Multiplayer
- Tiered Leagues
- Creating a Lobby System
- Unread Chat Messages
- Server Framework+-
- Deployment+-
- Videos
- Sample Projects
- Hiro
- Concepts+-
- Unity+-
- Unreal+-
- C+++-
- Dart+-
- TypeScript+-
- Godot+-
- Python+-
- Server Framework+-
- Guides+-
- Sample Projects
- Satori
- Heroic Cloud
Streaks
Read more about the Streak system in Hiro here.
Listing streaks #
You can list the current streaks for the user:
| |
Claiming Streaks Rewards #
Players can claim streak rewards using the streaksClaim method, passing the streak IDs.
| |
Resetting Streaks #
To reset specific streaks for a player, use the streaksReset method:
| |
Updating Streaks #
You can manually update streaks for a player by passing a dictionary of streak names and new values:
| |
