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

Class RustPlayerReportedEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerReportedEvent
Implements
IPlayerEvent
IEvent
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 RustPlayerReportedEvent : RustPlayerEvent, IPlayerEvent, IEvent

Constructors

| Improve this Doc View Source

RustPlayerReportedEvent(RustPlayer, String, String, String, String, String)

Declaration
public RustPlayerReportedEvent(RustPlayer player, string targetName, string targetId, string subject, string message, string type)
Parameters
Type Name Description
RustPlayer player
System.String targetName
System.String targetId
System.String subject
System.String message
System.String type

Properties

| Improve this Doc View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Subject

Declaration
public string Subject { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TargetId

Declaration
public string TargetId { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TargetName

Declaration
public string TargetName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Declaration
public string Type { get; }
Property Value
Type Description
System.String

Implements

IPlayerEvent
IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)