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

Class RustPlayerBannedEvent

Inheritance
System.Object
EventBase
Event
RustPlayerBannedEvent
Implements
IEvent
Inherited Members
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Punishments.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerBannedEvent : Event, IEvent

Constructors

| Improve this Doc View Source

RustPlayerBannedEvent(String, UInt64, String, String)

Declaration
public RustPlayerBannedEvent(string playerName, ulong id, string address, string reason)
Parameters
Type Name Description
System.String playerName
System.UInt64 id
System.String address
System.String reason

Properties

| Improve this Doc View Source

Address

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

Id

Declaration
public ulong Id { get; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

PlayerName

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

Reason

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

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)