Show / Hide Table of Contents

Class OnBannedEventArgs

Inheritance
Object
OnBannedEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnBannedEventArgs

Properties

| Improve this Doc View Source

Ban

The ban that was added

Declaration
public Ban Ban { get; }
Property Value
Type Description
Ban
| Improve this Doc View Source

ResponsiblePlayer

The player who added the ban

Declaration
public Player ResponsiblePlayer { get; }
Property Value
Type Description
Player
  • Improve this Doc
  • View Source
Back to top Generated by DocFX