Table of Contents
Extensions for BloonsTD6Mods (for some reason lol)
public static class BloonsTD6ModExt
Inheritance System.Object BloonsTD6ModExt
Get the personal mod directory for this specific mod. Useful for keeping this mod's files seperate from other mods.
Example: "BloonsTD6/Mods/BloonsTD6 Mod Helper/settings.txt"
public static string GetModDirectory(this BTD_Mod_Helper.BloonsMod bloonsMod, bool createIfNotExists);
bloonsMod
BloonsMod
createIfNotExists
System.Boolean
Create the mod's directory if it doesn't exist yet?
Get the personal mod directory for this specific mod. Useful for keeping this mod's files seperate from other mods.
Example: "BloonsTD6/Mods/BloonsTD6 Mod Helper/settings.txt"
public static string GetModDirectory(this BTD_Mod_Helper.BloonsMod bloonsMod);
bloonsMod
BloonsMod
Get the name of this mod from it's dll name
public static string GetModName(this BTD_Mod_Helper.BloonsMod bloonsMod);
bloonsMod
BloonsMod
Gets the directory where this mod's settings are or will be stored. Example: "BloonsTD6/Mods/BloonsTD6 Mod
Helper/settings.txt"
public static string GetModSettingsDir(this BTD_Mod_Helper.BloonsMod bloonsMod, bool createIfNotExists);
bloonsMod
BloonsMod
createIfNotExists
System.Boolean
Create the mod's directory if it doesn't exist yet?
Gets the directory where this mod's settings are or will be stored. Example: "BloonsTD6/Mods/BloonsTD6 Mod
Helper/settings.txt"
public static string GetModSettingsDir(this BTD_Mod_Helper.BloonsMod bloonsMod);
bloonsMod
BloonsMod