Class Scp956
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
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
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
IsFlying
Gets or sets a value indicating whether or not SCP-956 is flying.
public static bool IsFlying { get; set; }
Property Value
IsSpawned
Gets or sets a value indicating whether or not SCP-956 is spawned.
public static bool IsSpawned { get; set; }
Property Value
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
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)