Class ModManager.ModApplyer
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class ModManager.ModApplyer
- Inheritance
-
ModManager.ModApplyer
- Inherited Members
-
Constructors
ModApplyer(ProcessManager, List<bool>, List<int>)
public ModApplyer(ProcessManager manager, List<bool> pendingEnabled, List<int> pendingLoadOrder)
Parameters
manager ProcessManager
pendingEnabled List<bool>
pendingLoadOrder List<int>
Fields
activeMergingMod
public int activeMergingMod
Field Value
- int
applyError
Field Value
- string
applyFileInd
Field Value
- int
applyFileLength
public int applyFileLength
Field Value
- int
applyThread
public Thread applyThread
Field Value
- Thread
filesInBadState
public bool filesInBadState
Field Value
- bool
finalizeApplyingMaps
public bool finalizeApplyingMaps
Field Value
- bool
finished
Field Value
- bool
manager
public ProcessManager manager
Field Value
- ProcessManager
mapsGeneratedSoFar
public int mapsGeneratedSoFar
Field Value
- int
mapsToGenerate
public int mapsToGenerate
Field Value
- int
mergeFileInd
Field Value
- int
mergeFileLength
public int mergeFileLength
Field Value
- int
nextMapKeyToGenerate
public string nextMapKeyToGenerate
Field Value
- string
pendingEnabled
public List<bool> pendingEnabled
Field Value
- List<bool>
pendingLoadOrder
public List<int> pendingLoadOrder
Field Value
- List<int>
refreshingIndexMaps
public bool refreshingIndexMaps
Field Value
- bool
requiresRestart
public bool requiresRestart
Field Value
- bool
started
Field Value
- bool
statusText
Field Value
- string
timeSinceLastMapGenerate
public int timeSinceLastMapGenerate
Field Value
- int
worldMapBasePaths
public Dictionary<string, List<string>> worldMapBasePaths
Field Value
- Dictionary<string, List<string>>
public Dictionary<string, List<string>> worldMapImageMetas
Field Value
- Dictionary<string, List<string>>
worldMapImages
public Dictionary<string, List<string>> worldMapImages
Field Value
- Dictionary<string, List<string>>
Methods
ApplyModsThread()
public void ApplyModsThread()
FinalizeMapMerging()
public void FinalizeMapMerging()
IsFinished()
Returns
- bool
IsStarted()
Returns
- bool
MergeMap(string)
public void MergeMap(string mapKey)
Parameters
mapKey string
RequiresRestart()
public bool RequiresRestart()
Returns
- bool
Start(bool)
public void Start(bool filesInBadState)
Parameters
filesInBadState bool
Update()
WasSuccessful()
public bool WasSuccessful()
Returns
- bool