Skip to Main Content

BTD_Mod_Helper​.Api​.Data​.ModTextOverride


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Data

ModTextOverride Class

Class for dynamically overriding In-Game text in a way that's compatible with other mods

public abstract class ModTextOverride : BTD_Mod_Helper.Api.ModContent

Inheritance System.ObjectModContent  ModTextOverride

Derived
ModMultiTextOverride

Properties

ModTextOverride.Active Property

Whether this is active or not at the given moment (that the text is retrieved)

public abstract bool Active { get; }

Property Value

System.Boolean

ModTextOverride.LocalizationKey Property

The key within the localization text table that this replaces

public abstract string LocalizationKey { get; }

Property Value

System.String

ModTextOverride.TextValue Property

The text that will actually be returned if this is active

public abstract string TextValue { get; }

Property Value

System.String

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