Search Results for

    Show / Hide Table of Contents

    Class ClawedEventArgs

    Contains all information after SCP-939 attacks.

    Inheritance
    System.Object
    ClawedEventArgs
    Implements
    IScp939Event
    IPlayerEvent
    IExiledEvent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Events.EventArgs.Scp939
    Assembly: Exiled.Events.dll
    Syntax
    public class ClawedEventArgs : IScp939Event, IPlayerEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    ClawedEventArgs(Player)

    Initializes a new instance of the ClawedEventArgs class.

    Declaration
    public ClawedEventArgs(Player player)
    Parameters
    Type Name Description
    Player player

    Properties

    | Improve this Doc View Source

    Player

    Gets the SCP-939.

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

    Scp939

    Declaration
    public Scp939Role Scp939 { get; }
    Property Value
    Type Description
    Scp939Role

    Implements

    IScp939Event
    IPlayerEvent
    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX