|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
Enumerations | |
UnitDownloadState | |
| enum | UnitDownloadState : uint { UnitDownloadState.None = 0x00000000 , UnitDownloadState.NotAvailable = 0x00000001 , UnitDownloadState.AvailableForDownload = 0x00000002 , UnitDownloadState.Examining = 0x00000003 , UnitDownloadState.RepairRequired = 0x00000004 , UnitDownloadState.Repairing = 0x00000005 , UnitDownloadState.QueuedForDownload = 0x00000006 , UnitDownloadState.ApplyingForwardPatches = 0x00000007 , UnitDownloadState.Allocating = 0x00000008 , UnitDownloadState.ResumingDownload = 0x00000009 , UnitDownloadState.Downloading = 0x0000000A , UnitDownloadState.DownloadPaused = 0x0000000B , UnitDownloadState.Downloaded = 0x0000000C , UnitDownloadState.PerformingPostEvents = 0x0000000D , UnitDownloadState.ReadyToInstall = 0x0000000E , UnitDownloadState.UpToDate = 0x0000000F , UnitDownloadState.Playable = 0x00000010 , UnitDownloadState.RepairRestartRequired = 0x00000011 } |