Skip to Main Content

BTD_Mod_Helper​.Api​.Bloons​.ModVanillaBloon


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Bloons

ModVanillaBloon Class

Allows you to easily modify the models of a specific vanilla Bloon

public abstract class ModVanillaBloon : BTD_Mod_Helper.Api.Towers.ModVanillaContent<BloonModel>

Inheritance System.ObjectModContentModVanillaContentBTD_Mod_Helper.Api.Towers.ModVanillaContent<Il2CppAssets.Scripts.Models.Bloons.BloonModel>  ModVanillaBloon

Properties

ModVanillaBloon.BloonId Property

The id of the vanilla Bloon to change

public abstract string BloonId { get; }

Property Value

System.String

ModVanillaBloon.MatchBaseId Property

Whether this should match by BaseId instead of Id.


If true, RedCamo would be affected as well if your BloonId was Red

public virtual bool MatchBaseId { get; }

Property Value

System.Boolean

Methods

ModVanillaBloon.GetAffected(GameModel) Method

Gets the BloonModels affected by this ModVanillaBloon

public override System.Collections.Generic.IEnumerable<BloonModel> GetAffected(GameModel gameModel);

Parameters

gameModel Il2CppAssets.Scripts.Models.GameModel

Returns

System.Collections.Generic.IEnumerable<Il2CppAssets.Scripts.Models.Bloons.BloonModel>

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