Class Scp2176Projectile
A wrapper class for an SCP-2176 Projectile.
Inheritance
System.Object
Scp2176Projectile
Implements
IWrapper<InventorySystem.Items.Pickups.ItemPickupBase>
IWrapper<InventorySystem.Items.ThrowableProjectiles.ThrownProjectile>
IWrapper<InventorySystem.Items.ThrowableProjectiles.TimeGrenade>
IWrapper<InventorySystem.Items.ThrowableProjectiles.EffectGrenade>
IWrapper<InventorySystem.Items.ThrowableProjectiles.Scp2176Projectile>
Inherited Members
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.API.Features.Pickups.Projectiles
Assembly: Exiled.API.dll
Syntax
public class Scp2176Projectile : EffectGrenadeProjectile, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<ThrownProjectile>, IWrapper<TimeGrenade>, IWrapper<EffectGrenade>, IWrapper<Scp2176Projectile>
Constructors
| Improve this Doc View SourceScp2176Projectile(Scp2176Projectile)
Initializes a new instance of the Scp2176Projectile class.
Declaration
public Scp2176Projectile(Scp2176Projectile pickupBase)
Parameters
Type | Name | Description |
---|---|---|
InventorySystem.Items.ThrowableProjectiles.Scp2176Projectile | pickupBase | The base InventorySystem.Items.ThrowableProjectiles.Scp2176Projectile class. |
Properties
| Improve this Doc View SourceBase
Gets the InventorySystem.Items.ThrowableProjectiles.ExplosionGrenade that this class is encapsulating.
Declaration
public Scp2176Projectile Base { get; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.ThrowableProjectiles.Scp2176Projectile |
DropSound
Gets or sets a value indicating whether SCP-2176's next collision will make the dropped sound effect.
Declaration
public bool DropSound { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAlreadyTriggered
Gets a value indicating whether or not SCP-2176 has shattered.
Declaration
public bool IsAlreadyTriggered { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceToString()
Returns the Scp2176Pickup in a human readable format.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string containing Scp2176Pickup related data. |