Table of Contents

Class Scp2536

Namespace
Exiled.Events.Handlers
Assembly
Exiled.Events.dll

SCP-2536 related events.

public static class Scp2536
Inheritance
Scp2536
Inherited Members

Properties

FindingPosition

Invoked before SCP-2536 chooses target to spawn.

public static Event<FindingPositionEventArgs> FindingPosition { get; set; }

Property Value

Event<FindingPositionEventArgs>

GrantingGift

Invoked before SCP-2536 gives a gift to a player.

public static Event<GrantingGiftEventArgs> GrantingGift { get; set; }

Property Value

Event<GrantingGiftEventArgs>

OpeningGift

Invoked before SCP-2536 is open to a player.

public static Event<OpeningGiftEventArgs> OpeningGift { get; set; }

Property Value

Event<OpeningGiftEventArgs>

Methods

OnFindingPosition(FindingPositionEventArgs)

Called before SCP-2536 chooses a target.

public static void OnFindingPosition(FindingPositionEventArgs ev)

Parameters

ev FindingPositionEventArgs

The FindingPositionEventArgs instance.

OnGrantingGift(GrantingGiftEventArgs)

Called before SCP-2536 gives a gift to a player.

public static void OnGrantingGift(GrantingGiftEventArgs ev)

Parameters

ev GrantingGiftEventArgs

The GrantingGiftEventArgs instance.

OnOppeningGift(OpeningGiftEventArgs)

Called before SCP-2536 is open to a player.

public static void OnOppeningGift(OpeningGiftEventArgs ev)

Parameters

ev OpeningGiftEventArgs

The OpeningGiftEventArgs instance.