Search Results for

    Show / Hide Table of Contents

    Class ChargedAttackChannel

    Inheritance
    object
    AbilityChannel
    ChargedAttackChannel
    Inherited Members
    AbilityChannel.Context
    AbilityChannel.Config
    AbilityChannel.IsRunning
    AbilityChannel.IsSuspended
    AbilityChannel.TimeWhenAvailable
    AbilityChannel.OnCooldown
    AbilityChannel.Cooldown
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LobsterFramework.AbilitySystem.WeaponSystem
    Assembly: LobsterFramework.dll
    Syntax
    public class ChargedAttackChannel : AbilityChannel

    Properties

    | Improve this Doc View Source

    BaseDamageModifier

    Declaration
    public float BaseDamageModifier { get; }
    Property Value
    Type Description
    float
    | Improve this Doc View Source

    MaxChargeDamageIncrease

    Declaration
    public float MaxChargeDamageIncrease { get; }
    Property Value
    Type Description
    float
    | Improve this Doc View Source

    MaxChargeTime

    Declaration
    public float MaxChargeTime { get; }
    Property Value
    Type Description
    float
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation