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