SwiftlyS2

SteamUGCDetails_t

Struct SteamUGCDetails_t

Namespace: SwiftlyS2.Shared.SteamAPI

Assembly: SwiftlyS2.CS2.dll

public struct SteamUGCDetails_t

Inherited Members

Fields

m_bAcceptedForUse

public bool m_bAcceptedForUse
Field Value

m_bBanned

public bool m_bBanned
Field Value

m_bTagsTruncated

public bool m_bTagsTruncated
Field Value

m_eFileType

public EWorkshopFileType m_eFileType
Field Value

m_eResult

public EResult m_eResult
Field Value

m_eVisibility

public ERemoteStoragePublishedFileVisibility m_eVisibility
Field Value

m_flScore

public float m_flScore
Field Value

m_hFile

public UGCHandle_t m_hFile
Field Value

m_hPreviewFile

public UGCHandle_t m_hPreviewFile
Field Value

m_nConsumerAppID

public AppId_t m_nConsumerAppID
Field Value

m_nCreatorAppID

public AppId_t m_nCreatorAppID
Field Value

m_nFileSize

public int m_nFileSize
Field Value

m_nPreviewFileSize

public int m_nPreviewFileSize
Field Value

m_nPublishedFileId

public PublishedFileId_t m_nPublishedFileId
Field Value

m_rtimeAddedToUserList

public uint m_rtimeAddedToUserList
Field Value

m_rtimeCreated

public uint m_rtimeCreated
Field Value

m_rtimeUpdated

public uint m_rtimeUpdated
Field Value

m_ulSteamIDOwner

public ulong m_ulSteamIDOwner
Field Value

m_ulTotalFilesSize

public ulong m_ulTotalFilesSize
Field Value

m_unNumChildren

public uint m_unNumChildren
Field Value

m_unVotesDown

public uint m_unVotesDown
Field Value

m_unVotesUp

public uint m_unVotesUp
Field Value

Properties

m_pchFileName

public string m_pchFileName { get; set; }
Property Value

m_rgchDescription

public string m_rgchDescription { get; set; }
Property Value

m_rgchTags

public string m_rgchTags { get; set; }
Property Value

m_rgchTitle

public string m_rgchTitle { get; set; }
Property Value

m_rgchURL

public string m_rgchURL { get; set; }
Property Value

On this page