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

Search Results for

    Class InputEventBase

    Inheritance
    System.Object
    InputEventBase
    InputEvent2Axis
    InputEventBool
    InputEventFloat
    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 abstract class InputEventBase : IMetaClass

    Properties

    | Improve this Doc View Source

    Name

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

    Replicated

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

    Implements

    IMetaClass