Class RustPlayerReportedEvent
Inheritance
System.Object
RustPlayerReportedEvent
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
Extension Methods