mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 14:15:47 +03:00
Added IsUnlisted to UgcItem.cs
This commit is contained in:
parent
16051dd9f9
commit
35b6260d60
@ -89,6 +89,11 @@ public Item( PublishedFileId id ) : this()
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsPrivate => details.Visibility == RemoteStoragePublishedFileVisibility.Private;
|
public bool IsPrivate => details.Visibility == RemoteStoragePublishedFileVisibility.Private;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// True if this is only visible to people with the URL
|
||||||
|
/// </summary>
|
||||||
|
public bool IsUnlisted => details.Visibility == RemoteStoragePublishedFileVisibility.Unlisted;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// True if this item has been banned
|
/// True if this item has been banned
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user