OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class RustPlayerDismountingEntityEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerDismountingEntityEvent
Implements
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
RustPlayerEvent.Player
RustPlayerEvent.IPlayerEvent.Player
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Entities.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerDismountingEntityEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent

Constructors

| Improve this Doc View Source

RustPlayerDismountingEntityEvent(RustPlayer, BaseMountable)

Declaration
public RustPlayerDismountingEntityEvent(RustPlayer player, BaseMountable mountable)
Parameters
Type Name Description
RustPlayer player
BaseMountable mountable

Properties

| Improve this Doc View Source

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Mountable

Declaration
public BaseMountable Mountable { get; }
Property Value
Type Description
BaseMountable

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)