You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Runtime/Game/LootLockerSDKManager.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5618,11 +5618,12 @@ public static void ListEntitlements(Action<LootLockerEntitlementHistoryResponse>
5618
5618
}
5619
5619
5620
5620
/// <summary>
5621
-
/// Get a single entitlement
5621
+
/// Get a single entitlement, with information about its current status
5622
+
/// Use this to retrieve information on entitlements the player has received regardless of their origin (for example as an effect of progression, purchases, or leaderboard rewards)
0 commit comments