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/Requests/MetadataRequests.cs
+42-14Lines changed: 42 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ public class LootLockerMetadataEntry
91
91
///</summary>
92
92
publicstring[]tags{get;set;}
93
93
/// <summary>
94
-
/// The access level set for this metadata entry. Valid values are game_api.read and game_api.write, though no values are required.
94
+
/// The access level set for this metadata entry. Valid values are game_api.read, game_api.write and player.read (only applicable for player metadata and means that the metadata entry is readable for players except the owner), though no values are required.
95
95
/// Note that different sources can allow or disallow a subset of these values.
96
96
/// </summary>
97
97
publicstring[]access{get;set;}
@@ -282,7 +282,27 @@ public class LootLockerMetadataOperation : LootLockerMetadataEntry
282
282
/// <summary>
283
283
/// The type of action to perform for this metadata operation
0 commit comments