Search Results for

    Show / Hide Table of Contents

    Enum LS.HitChance

    Represents the chance of hitting an enemy.

    Namespace: Oasys.Common.Logic
    Assembly: Oasys.Common.dll
    Syntax
    public enum HitChance

    Fields

    Name Description
    Dashing

    The unit is dashing.

    High

    High probability of hitting the target.

    Immobile

    The target is immobile.

    Impossible

    Impossible to hit the target.

    Low

    Low probability of hitting the target.

    Medium

    Medium probability of hitting the target.

    OutOfRange

    The target is out of range.

    VeryHigh

    Very high probability of hitting the target.

    Extension Methods

    Extensions.ClearFlags<LS.HitChance>(LS.HitChance)
    Extensions.GetFlagDescription<LS.HitChance>()
    Extensions.GetFlags<LS.HitChance>()
    Extensions.In<LS.HitChance>(LS.HitChance[])
    Extensions.SetFlags<LS.HitChance>(LS.HitChance, Boolean)
    Extensions.To<T>()
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾