Class PlayerInputEvent
Namespace: OpenAPI.Events.Player
Assembly: OpenAPI.dll
Syntax
public class PlayerInputEvent : PlayerEvent
Constructors
| Improve this Doc View SourcePlayerInputEvent(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 SourceInput
Declaration
public PlayerInput Input { get; }
Property Value
| Type | Description |
|---|---|
| PlayerInput |
State
Declaration
public PlayerInputState State { get; }
Property Value
| Type | Description |
|---|---|
| PlayerInputState |