Skip to Main Content

BTD_Mod_Helper​.Api​.Helpers​.Lists


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Helpers

Lists Class

Provides quick access to many major BTD6 object lists

public class Lists

Inheritance UnityEngine.MonoBehaviour  Lists

Properties

Lists.AllEntities Property

All Entities in the current game, or null if not in a game

public static Entity[] AllEntities { get; }

Property Value

Il2CppAssets.Scripts.Simulation.Objects.Entity[]

Lists.AllTowers Property

All towers currently placed in the game, or null if not in a game

public static Tower[] AllTowers { get; }

Property Value

Il2CppAssets.Scripts.Simulation.Towers.Tower[]

Lists.AllTTS Property

All TowerToSimulation objects currently placed in the game, or null if not in a game

public static TowerToSimulation[] AllTTS { get; }

Property Value

Il2CppAssets.Scripts.Unity.Bridge.TowerToSimulation[]

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