Table of Contents
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.Object ModContent ModTextOverride ModMultiTextOverride
Suffix added to all keys in the table, by default nothing ""
public virtual string KeyPrefix { get; }
Suffix added to all keys in the table, by default nothing ""
public virtual string KeySuffix { get; }
The key within the localization text table that this replaces
public sealed override string LocalizationKey { get; }
The table of keys and values
public abstract System.Collections.Generic.Dictionary<string,string> Table { get; }
System.Collections.Generic.Dictionary<System.String,System.String>
The text that will actually be returned if this is active
public sealed override string TextValue { get; }