Class Scp2536
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
GrantingGift
Invoked before SCP-2536 gives a gift to a player.
public static Event<GrantingGiftEventArgs> GrantingGift { get; set; }
Property Value
OpeningGift
Invoked before SCP-2536 is open to a player.
public static Event<OpeningGiftEventArgs> OpeningGift { get; set; }
Property Value
Methods
OnFindingPosition(FindingPositionEventArgs)
Called before SCP-2536 chooses a target.
public static void OnFindingPosition(FindingPositionEventArgs ev)
Parameters
ev
FindingPositionEventArgsThe FindingPositionEventArgs instance.
OnGrantingGift(GrantingGiftEventArgs)
Called before SCP-2536 gives a gift to a player.
public static void OnGrantingGift(GrantingGiftEventArgs ev)
Parameters
ev
GrantingGiftEventArgsThe GrantingGiftEventArgs instance.
OnOppeningGift(OpeningGiftEventArgs)
Called before SCP-2536 is open to a player.
public static void OnOppeningGift(OpeningGiftEventArgs ev)
Parameters
ev
OpeningGiftEventArgsThe OpeningGiftEventArgs instance.