Skip to Main Content

BTD_Mod_Helper​.Extensions​.GrowModelExt


BloonsTD6 Mod Helper

BTD_Mod_Helper.Extensions

GrowModelExt Class

Extension methods for Il2CppAssets.Scripts.Models.Bloons.Behaviors.GrowModel.

public static class GrowModelExt

Inheritance System.Object  GrowModelExt

Methods

GrowModelExt.GetRegrowBloon(this GrowModel) Method

Returns the ID of the BloonModel that this regrows into.

public static string GetRegrowBloon(this GrowModel growModel);

Parameters

growModel Il2CppAssets.Scripts.Models.Bloons.Behaviors.GrowModel

Returns

System.String

GrowModelExt.SetRegrowBloon(this GrowModel, string, float) Method

Sets which bloon this should regrow into.

public static void SetRegrowBloon(this GrowModel growModel, string regrowsTo, float regrowRate);

Parameters

growModel Il2CppAssets.Scripts.Models.Bloons.Behaviors.GrowModel

regrowsTo System.String

The ID of the bloon this should regrow into

regrowRate System.Single

The rate at which this regrows.

GrowModelExt.SetRegrowBloon(this GrowModel, string) Method

Sets which bloon this should regrow into.

public static void SetRegrowBloon(this GrowModel growModel, string regrowsTo);

Parameters

growModel Il2CppAssets.Scripts.Models.Bloons.Behaviors.GrowModel

regrowsTo System.String

The ID of the bloon this should regrow into

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