EventUgcFileDownloadStart
Interface EventUgcFileDownloadStart
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "ugc_file_download_start"
public interface EventUgcFileDownloadStart : IGameEvent<EventUgcFileDownloadStart>Implements
Properties
HContent
id of this specific content (may be image or map)
type: uint64
ulong HContent { get; set; }Property Value
PublishedFileId
id of the associated content package
type: uint64
ulong PublishedFileId { get; set; }Property Value