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

Class RustPlayerAntiHackViolationEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerAntiHackViolationEvent
Implements
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
RustPlayerEvent.Player
RustPlayerEvent.IPlayerEvent.Player
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Violations.Events
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

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)