ModLoadStatus Enumeration |
Namespace: UMod
public enum ModLoadStatus
Member name | Value | Description | |
---|---|---|---|
NotLoaded | 0 | No loading is occuring. | |
DownloadingInProgress | 1 | One or more files are currenlty being downloaded from a remote server. | |
LoadingInProgress | 2 | The specified files are loading. | |
LoadingComplete | 3 | The load operation has completed. |