Class RustPlayerMountingEntityEvent
Inheritance
System.Object
RustPlayerMountingEntityEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerMountingEntityEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerMountingEntityEvent(RustPlayer, BaseMountable)
Declaration
public RustPlayerMountingEntityEvent(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
ICancellableEvent
Extension Methods