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

Search Results for

    Class TftCutsceneUiToggleClip

    Inheritance
    System.Object
    TftCutsceneEntry
    TftCutsceneClip
    TftCutsceneUiToggleClip
    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 TftCutsceneUiToggleClip : TftCutsceneClip, IMetaClass

    Properties

    | Improve this Doc View Source

    BlackboardAssociatedPlayers

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

    UiClearTooltips

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

    UiHideFloatingText

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

    UiHideHealthBars

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

    UiHideMinimap

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

    UiHideScoreboard

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

    UiHideShop

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

    UiHideStage

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

    UiHideTraitTracker

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

    UiMobileHideHeaderButtons

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

    UiMobileHideItemPanel

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

    UiMobileHideShopButton

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

    UiMobileShouldClearOpenMenus

    Declaration
    public uint UiMobileShouldClearOpenMenus { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass