Click or drag to resize

ModLoadStatus Enumeration

Used to indicate the current loading state of the mod host

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum ModLoadStatus
Members
  Member nameValueDescription
NotLoaded0 No loading is occuring.
DownloadingInProgress1 One or more files are currenlty being downloaded from a remote server.
LoadingInProgress2 The specified files are loading.
LoadingComplete3 The load operation has completed.
See Also