Skip to Main Content

BTD_Mod_Helper​.Api​.Enums​.TowerSetType


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Enums

TowerSetType Class

Enum-like class for the different tower set types

public static class TowerSetType

Inheritance System.Object  TowerSetType

Fields

TowerSetType.Magic Field

The magic set of towers

public const string Magic = "Magic";

Field Value

System.String

TowerSetType.Military Field

The military set of towers

public const string Military = "Military";

Field Value

System.String

TowerSetType.Primary Field

The primary set of towers

public const string Primary = "Primary";

Field Value

System.String

TowerSetType.Support Field

The support set of towers

public const string Support = "Support";

Field Value

System.String

Properties

TowerSetType.All Property

Enumeration of all (vanilla) tower sets

public static System.Collections.Generic.IEnumerable<string> All { get; }

Property Value

System.Collections.Generic.IEnumerable<System.String>

Methods

TowerSetType.Custom() Method

Gets the ID to use for a custom tower set

public static string Custom<T>()
    where T : BTD_Mod_Helper.Api.Towers.ModTowerSet;

Type parameters

T

Returns

System.String

To learn how to download BTD Mod Helper and install mods, click here