Skip to Main Content

BTD_Mod_Helper​.Api​.Bloons​.ModBloonProperty


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Bloons

ModBloonProperty Class

Mod content class for creating Il2Cpp.BloonProperties

public abstract class ModBloonProperty : BTD_Mod_Helper.Api.ModContent

Inheritance System.ObjectModContent  ModBloonProperty

Properties

ModBloonProperty.BloonPropertyInt Property

Integer value used internally as the enum value

public int BloonPropertyInt { get; set; }

Property Value

System.Int32

ModBloonProperty.Property Property

Enum value for this ModBloonProperty

public BloonProperties Property { get; }

Property Value

Il2Cpp.BloonProperties

ModBloonProperty.RegistrationPriority Property

ModBloonProperties should load before ModBloons so no errors occur.

protected override float RegistrationPriority { get; }

Property Value

System.Single

Methods

ModBloonProperty.Load() Method

ModBloonProperties should only be loaded once

public sealed override System.Collections.Generic.IEnumerable<BTD_Mod_Helper.Api.ModContent> Load();

Returns

System.Collections.Generic.IEnumerable<ModContent>