mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-10 11:30:05 +03:00
Added IsUnlisted to UgcItem.cs
This commit is contained in:
parent
16051dd9f9
commit
35b6260d60
@ -88,6 +88,11 @@ namespace Steamworks.Ugc
|
|||||||
/// True if this is only visible to the creator
|
/// True if this is only visible to the creator
|
||||||
/// </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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user