Class PreloadSettings
Inheritance
PreloadSettings
Assembly: ItemChanger.dll
Syntax
public class PreloadSettings
Constructors
View Source
PreloadSettings()
Declaration
View Source
PreloadSettings(Dictionary<string, PreloadLevel>)
Declaration
public PreloadSettings(Dictionary<string, PreloadLevel> PreloadLevels)
Parameters
Properties
View Source
PreloadGeoRocks
Declaration
public PreloadLevel PreloadGeoRocks { get; set; }
Property Value
View Source
PreloadGrub
Declaration
public PreloadLevel PreloadGrub { get; set; }
Property Value
View Source
PreloadMimic
Declaration
public PreloadLevel PreloadMimic { get; set; }
Property Value
View Source
PreloadSoulTotems
Declaration
public PreloadLevel PreloadSoulTotems { get; set; }
Property Value
Methods
View Source
AddPreloadOverride(string, PreloadLevel)
Declaration
public static void AddPreloadOverride(string propertyName, PreloadLevel value)
Parameters
View Source
RemovePreloadOverride(string)
Declaration
public static void RemovePreloadOverride(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Extension Methods