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
+30-3Lines changed: 30 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -137,9 +137,9 @@ public static void VerifySteamID(string steamSessionTicket, Action<LootLockerVer
137
137
/// <summary>
138
138
/// Convert a steam ticket so LootLocker can read it. You can read more on how to setup Steam with LootLocker here; https://docs.lootlocker.com/how-to/authentication/steam
139
139
/// </summary>
140
-
/// <param name="ticket"></param>
141
-
/// <param name="ticketSize"></param>
142
-
/// <returns>A converted SteamSessionTicket as a string for use with StartSteamSession.</returns>
140
+
/// <param name="ticket">The Steam session ticket received from Steam Authentication</param>
141
+
/// <param name="ticketSize">The size of the Steam session ticket received from Steam Authentication</param>
142
+
/// <returns>A converted SteamSessionTicket as a string for use with VerifyPlayer.</returns>
0 commit comments