Skip to Main Content

BTD_Mod_Helper​.Api​.Bloons​.BloonModelUtils


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Bloons

BloonModelUtils Class

Provides Utility methods for dealing with BloonModels

public class BloonModelUtils

Inheritance System.Object  BloonModelUtils

Methods

BloonModelUtils.ConstructBloonId(string, bool, bool, bool) Method

Constructs an accurate BloonID for a BloonModel based off of it's statuses.

public static string ConstructBloonId(string bloonName, bool camo, bool regrow, bool fortified);

Parameters

bloonName System.String

camo System.Boolean

regrow System.Boolean

fortified System.Boolean

Returns

System.String

BloonModelUtils.CreateGrowModel(string, float) Method

Creates a GrowModel behavior that adds Regrowth.

public static GrowModel CreateGrowModel(string regrowsTo, float regrowRate);

Parameters

regrowsTo System.String

regrowRate System.Single

Returns

Il2CppAssets.Scripts.Models.Bloons.Behaviors.GrowModel

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