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

Search Results for

    Class OffScreenPoiPing

    Inheritance
    System.Object
    OffScreenPoiPing
    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 OffScreenPoiPing : IMetaClass

    Properties

    | Improve this Doc View Source

    DurationSecs

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

    Frame

    Declaration
    public MetaHash Frame { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    Icon

    Declaration
    public MetaHash Icon { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    MaxDistanceFromCenterOfScreen

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

    ParticleEffect

    Declaration
    public MetaHash ParticleEffect { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    PingCombinationRange

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

    PingType

    Declaration
    public byte PingType { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    ScalingData

    Declaration
    public MetaEmbedded<PoiScalingData> ScalingData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<PoiScalingData>
    | Improve this Doc View Source

    ShowChampionProtrait

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

    TextField

    Declaration
    public byte TextField { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass