Table of Contents
Extensions for AbilityModels
public static class AbilityModelExt
Inheritance System.Object AbilityModelExt
Gets the effective cooldown of this ability factoring in its Il2CppAssets.Scripts.Models.Towers.Behaviors.Abilities.AbilityModel.CooldownSpeedScale
public static float EffectiveCooldown(this AbilityModel abiltyModel);
abiltyModel
Il2CppAssets.Scripts.Models.Towers.Behaviors.Abilities.AbilityModel
Gets the effective cooldown of this ability factoring in its Il2CppAssets.Scripts.Models.Towers.Behaviors.Abilities.AbilityModel.CooldownSpeedScale
public static int EffectiveCooldownFrames(this AbilityModel abiltyModel);
abiltyModel
Il2CppAssets.Scripts.Models.Towers.Behaviors.Abilities.AbilityModel
Get the all AbilityToSimulation with this AbilityModel
public static System.Collections.Generic.List<AbilityToSimulation> GetAbilitySims(this AbilityModel abiltyModel);
abiltyModel
Il2CppAssets.Scripts.Models.Towers.Behaviors.Abilities.AbilityModel
System.Collections.Generic.List<Il2CppAssets.Scripts.Unity.Bridge.AbilityToSimulation>