Search Results for

    Show / Hide Table of Contents

    Class PlayerInputEvent

    Inheritance
    System.Object
    Event
    PlayerEvent
    PlayerInputEvent
    Inherited Members
    PlayerEvent.Player
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Player
    Assembly: OpenAPI.dll
    Syntax
    public class PlayerInputEvent : PlayerEvent

    Constructors

    | Improve this Doc View Source

    PlayerInputEvent(OpenPlayer, PlayerInput, PlayerInputState)

    Declaration
    public PlayerInputEvent(OpenPlayer player, PlayerInput input, PlayerInputState state)
    Parameters
    Type Name Description
    OpenPlayer player
    PlayerInput input
    PlayerInputState state

    Properties

    | Improve this Doc View Source

    Input

    Declaration
    public PlayerInput Input { get; }
    Property Value
    Type Description
    PlayerInput
    | Improve this Doc View Source

    State

    Declaration
    public PlayerInputState State { get; }
    Property Value
    Type Description
    PlayerInputState
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX