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

Search Results for

    Class TftCutsceneInputClip

    Inheritance
    System.Object
    TftCutsceneEntry
    TftCutsceneClip
    TftCutsceneInputClip
    Implements
    IMetaClass
    Inherited Members
    TftCutsceneClip.Duration
    TftCutsceneEntry.Priority
    TftCutsceneEntry.TriggerTime
    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 TftCutsceneInputClip : TftCutsceneClip, IMetaClass

    Properties

    | Improve this Doc View Source

    BlackboardPlayers

    Declaration
    public MetaUnorderedContainer<string> BlackboardPlayers { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<System.String>
    | Improve this Doc View Source

    DisableClickInput

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

    DisableEmoteRadialMenu

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

    DisablePingRadialMenu

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

    DisableTftInput

    Declaration
    public bool DisableTftInput { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass