Skip to content

Commit d967478

Browse files
JohannesLootkirre-bylund
authored andcommitted
Added info about the previous parameters being optional
1 parent bfe8a40 commit d967478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4006,8 +4006,8 @@ public static void SubmitScore(string memberId, int score, string leaderboardKey
40064006
/// </summary>
40074007
/// <param name="tableInstanceId">Asset instance ID of the drop table to compute</param>
40084008
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerComputeAndLockDropTableResponse</param>
4009-
/// <param name="AddAssetDetails">If true, return additional information about the asset</param>
4010-
/// <param name="tag">Specific tag to use</param>
4009+
/// <param name="AddAssetDetails">Optional:If true, return additional information about the asset</param>
4010+
/// <param name="tag">Optional:Specific tag to use</param>
40114011
public static void ComputeAndLockDropTable(int tableInstanceId, Action<LootLockerComputeAndLockDropTableResponse> onComplete, bool AddAssetDetails = false, string tag = "")
40124012
{
40134013
if (!CheckInitialized())

0 commit comments

Comments
 (0)