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