Class RustPlayerInputReceivedEvent
Inheritance
System.Object
RustPlayerInputReceivedEvent
Assembly: OpenMod.Rust.dll
public class RustPlayerInputReceivedEvent : RustPlayerEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
Declaration
public RustPlayerInputReceivedEvent(RustPlayer player, InputState inputState)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
InputState |
inputState |
|
Properties
|
Improve this Doc
View Source
Declaration
public InputState InputState { get; }
Property Value
Type |
Description |
InputState |
|
Implements
Extension Methods