League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class TargetingForgivenessDefinitions

    Inheritance
    System.Object
    TargetingForgivenessDefinitions
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class TargetingForgivenessDefinitions : IMetaClass

    Properties

    | Improve this Doc View Source

    AffectsStatusOverride

    Declaration
    public uint AffectsStatusOverride { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    AffectsTypeOverride

    Declaration
    public uint AffectsTypeOverride { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    CasterForgivenessDefinitions

    Declaration
    public MetaContainer<ICastRequirement> CasterForgivenessDefinitions { get; set; }
    Property Value
    Type Description
    MetaContainer<ICastRequirement>
    | Improve this Doc View Source

    ForgivenessRange

    Declaration
    public float ForgivenessRange { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    OverrideAffectsFlags

    Declaration
    public bool OverrideAffectsFlags { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TargetForgivenessDefinitions

    Declaration
    public MetaContainer<ICastRequirement> TargetForgivenessDefinitions { get; set; }
    Property Value
    Type Description
    MetaContainer<ICastRequirement>

    Implements

    IMetaClass