Table of Contents
ModSetting for selecting a specific file on the host computer
public class ModSettingFile : BTD_Mod_Helper.Api.ModOptions.ModSetting<string>
Inheritance System.Object ModSetting BTD_Mod_Helper.Api.ModOptions.ModSetting<System.String> ModSettingFile
https://github.com/mlabbe/nativefiledialog/blob/master/README.md#file-filter-syntax
public string filter;
Sets the current value of this ModSetting
public override void SetValue(object val);
val
System.Object
The new value
Constructs a new ModSetting with the given value as default
public static BTD_Mod_Helper.Api.ModOptions.ModSettingFile implicit operator ModSettingFile(string value);
value
System.String
Gets the current value out of a ModSetting
public static string implicit operator string(BTD_Mod_Helper.Api.ModOptions.ModSettingFile modSettingFile);
modSettingFile
ModSettingFile