Skip to Main Content

BTD_Mod_Helper​.Api​.NamedModContent


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api

NamedModContent Class

ModContent with DisplayName and Description that registers values in the LocalizationManger's textTable

public abstract class NamedModContent : BTD_Mod_Helper.Api.ModContent

Inheritance System.ObjectModContent  NamedModContent

Derived
ModJukeboxTrack
ModBloon
ModRoundSet
ModBuffIcon
ModLoadTask
ModGameMode
ModTower
ModTowerSet
ModUpgrade

Properties

NamedModContent.Description Property

The in game description of this

public virtual string Description { get; }

Property Value

System.String

NamedModContent.DisplayName Property

The name that will be actually displayed for this in game

public virtual string DisplayName { get; }

Property Value

System.String

NamedModContent.DisplayNamePlural Property

The name that will actually be display when referring to multiple of these

public virtual string DisplayNamePlural { get; }

Property Value

System.String

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