Skip to Main Content

BTD_Mod_Helper​.Api​.ModGameMenu_T_


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api

ModGameMenu Class

Generic class for creating a ModGameMenu with the given type as it's base menu

public abstract class ModGameMenu<T> : BTD_Mod_Helper.Api.ModGameMenu
    where T : GameMenu

Type parameters

T

Inheritance System.ObjectModContentModGameMenu  ModGameMenu

Derived
ModSettingsMenu

Properties

ModGameMenu.BaseMenu Property

The string name of the in game menu to copy from

public override string BaseMenu { get; }

Property Value

System.String

ModGameMenu.GameMenu Property

The current GameMenu

public T GameMenu { get; }

Property Value

T

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