Table of Contents

Class Scp956

Namespace
Exiled.API.Features
Assembly
Exiled.API.dll

A wrapper for Scp956Pinata.

public static class Scp956
Inheritance
Scp956
Inherited Members

Properties

AvailableZones

Gets or sets zones where SCP-956 can spawn.

public static IEnumerable<ZoneType> AvailableZones { get; set; }

Property Value

IEnumerable<ZoneType>

CurrentTarget

Gets or sets current target of an SCP.

public static Scp956Target CurrentTarget { get; set; }

Property Value

Scp956Target

InitPos

Gets or sets initial position.

public static Vector3 InitPos { get; set; }

Property Value

Vector3

InitRotation

Gets or sets initial rotation.

public static float InitRotation { get; set; }

Property Value

float

IsCapybara

Gets or sets a value indicating whether or not SCP-956 should look like a capybara.

public static bool IsCapybara { get; set; }

Property Value

bool

IsFlying

Gets or sets a value indicating whether or not SCP-956 is flying.

public static bool IsFlying { get; set; }

Property Value

bool

IsSpawned

Gets or sets a value indicating whether or not SCP-956 is spawned.

public static bool IsSpawned { get; set; }

Property Value

bool

Position

Gets or sets current position.

public static Vector3 Position { get; set; }

Property Value

Vector3

Rotation

Gets or sets current rotation.

public static float Rotation { get; set; }

Property Value

float

Singleton

Gets the Scp956Pinata instance.

public static Scp956Pinata Singleton { get; }

Property Value

Scp956Pinata

Methods

SpawnBehindTarget(Player)

Spawns behind the specified target.

public static void SpawnBehindTarget(Player target = null)

Parameters

target Player

Player to spawn. If target is null, will be chosen random.