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

Search Results for

    Class TftCutsceneCamSfxClip

    Inheritance
    System.Object
    TftCutsceneEntry
    TftCutsceneClip
    TftCutsceneCamSfxClip
    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 TftCutsceneCamSfxClip : 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

    StartAudioEvent

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

    StopAudioEvent

    Declaration
    public string StopAudioEvent { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass