Class RustPlayerPushingBoatEvent
Inheritance
System.Object
RustPlayerPushingBoatEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerPushingBoatEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerPushingBoatEvent(RustPlayer, MotorRowboat)
Declaration
public RustPlayerPushingBoatEvent(RustPlayer player, MotorRowboat motorRowboat)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
MotorRowboat |
motorRowboat |
|
Properties
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MotorRowboat
Declaration
public MotorRowboat MotorRowboat { get; }
Property Value
Type |
Description |
MotorRowboat |
|
Implements
ICancellableEvent
Extension Methods