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

Search Results for

    Class SoundEventData

    Inheritance
    System.Object
    BaseEventData
    SoundEventData
    Implements
    IMetaClass
    Inherited Members
    BaseEventData.Name
    BaseEventData.StartFrame
    BaseEventData.IsSelfOnly
    BaseEventData.FireIfAnimationEndsEarly
    BaseEventData.EndFrame
    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 SoundEventData : BaseEventData, IMetaClass

    Properties

    | Improve this Doc View Source

    ConditionClipTransitionType

    Declaration
    public ushort ConditionClipTransitionType { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    IsKillEvent

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

    IsLoop

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

    SkipIfPastEndFrame

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

    SoundName

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

    Implements

    IMetaClass