Skip to Main Content

BTD_Mod_Helper​.Api​.Data​.ModMultiTextOverride


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Data

ModMultiTextOverride Class

A bunch of ModTextOverrides that all share the same Active condition and don't require any on the fly determinations of
their text

public abstract class ModMultiTextOverride : BTD_Mod_Helper.Api.Data.ModTextOverride

Inheritance System.ObjectModContentModTextOverride  ModMultiTextOverride

Properties

ModMultiTextOverride.KeyPrefix Property

Suffix added to all keys in the table, by default nothing ""

public virtual string KeyPrefix { get; }

Property Value

System.String

ModMultiTextOverride.KeySuffix Property

Suffix added to all keys in the table, by default nothing ""

public virtual string KeySuffix { get; }

Property Value

System.String

ModMultiTextOverride.LocalizationKey Property

The key within the localization text table that this replaces

public sealed override string LocalizationKey { get; }

Property Value

System.String

ModMultiTextOverride.Table Property

The table of keys and values

public abstract System.Collections.Generic.Dictionary<string,string> Table { get; }

Property Value

System.Collections.Generic.Dictionary<System.String,System.String>

ModMultiTextOverride.TextValue Property

The text that will actually be returned if this is active

public sealed override string TextValue { get; }

Property Value

System.String

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