Click or drag to resize

PriorityKeyHandler Class

Contains a set priority events.
Inheritance Hierarchy
SystemObject
  SampSharp.GameMode.SAMPPriorityKeyHandler

Namespace:  SampSharp.GameMode.SAMP
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public sealed class PriorityKeyHandler

The PriorityKeyHandler type exposes the following members.

Constructors
  NameDescription
Public methodPriorityKeyHandler
Initializes a new instance of the PriorityKeyHandler class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHandle
Handles a change in PlayerKeyState.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventHighPriority
Occurs as first handler.
Public eventLowPriority
Occurs as third handler, if the no HighPriority or NormalPriority have canceled the event.
Public eventNormalPriority
Occurs as second handler, if the no HighPriority have canceled the event.
Top
See Also