Class UnturnedPlayerPluginKeyStateChangedEvent
Inheritance
System.Object
UnturnedPlayerPluginKeyStateChangedEvent
Assembly: OpenMod.Unturned.dll
public class UnturnedPlayerPluginKeyStateChangedEvent : UnturnedPlayerEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
Declaration
public UnturnedPlayerPluginKeyStateChangedEvent(UnturnedPlayer player, byte key, bool state)
Parameters
| Type |
Name |
Description |
| UnturnedPlayer |
player |
|
| System.Byte |
key |
|
| System.Boolean |
state |
|
Properties
|
Improve this Doc
View Source
Declaration
Property Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
Declaration
public bool State { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
Extension Methods