Skip to Main Content

BTD_Mod_Helper​.Api​.ModMenuData


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api

ModMenuData Class

Class to be passed in to the Open methods of Screens

public class ModMenuData

Inheritance Il2CppSystem.Object  ModMenuData

Constructors

ModMenuData(string, Object, Object) Constructor

Creates a ModMenuData object with the given Id and data

public ModMenuData(string id, Object modData, Object baseData);

Parameters

id System.String

modData Il2CppSystem.Object

baseData Il2CppSystem.Object

Fields

ModMenuData.baseData Field

The data that the base menu receives, if the Open code is still run

public Object baseData;

Field Value

Il2CppSystem.Object

ModMenuData.id Field

The id of the ModGameMenu this is for

public string id;

Field Value

System.String

ModMenuData.modData Field

The data that the ModGameMenu receives

public Object modData;

Field Value

Il2CppSystem.Object

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