Class Scp244Pickup
A wrapper class for a SCP-244 pickup.
Implements
Inherited Members
Namespace: Exiled.API.Features.Pickups
Assembly: Exiled.API.dll
Syntax
public class Scp244Pickup : UsablePickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<Scp244DeployablePickup>
Properties
| Improve this Doc View SourceActivationDot
Gets or sets the activation angle, where 1 is a minimum, and -1 it's a maximum activation angle.
Declaration
public float ActivationDot { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Base
Gets the InventorySystem.Items.Usables.Scp244.Scp244DeployablePickup that this class is encapsulating.
Declaration
public Scp244DeployablePickup Base { get; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.Usables.Scp244.Scp244DeployablePickup |
CurrentDiameter
Gets the current size effect of the Scp244's Hypothermia.
Declaration
public float CurrentDiameter { get; }
Property Value
Type | Description |
---|---|
System.Single |
CurrentSizePercent
Gets or sets the current size percent of the Scp244's Hypothermia.
Declaration
public float CurrentSizePercent { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
GrowSpeed
Gets the speed of Scp244Pickup's too grow.
Declaration
public float GrowSpeed { get; }
Property Value
Type | Description |
---|---|
System.Single |
Health
Gets or sets the Scp244's remaining health.
Declaration
public float Health { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
IsBreakable
Gets a value indicating whether or not this Scp244 is breakable.
Declaration
public bool IsBreakable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBroken
Gets a value indicating whether or not this Scp244 is broken.
Declaration
public bool IsBroken { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Lifetime
Gets the amount of time this Scp244 has been on the ground.
Declaration
public TimeSpan Lifetime { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
MaxDiameter
Gets or sets the maximum diameter within which SCP-244's hypothermia effect is dealt.
Declaration
public float MaxDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
This does not prevent visual effects.
State
Gets or sets the InventorySystem.Items.Usables.Scp244.Scp244State.
Declaration
public Scp244State State { get; set; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.Usables.Scp244.Scp244State |
TimeToGrow
Gets the time for the sphere to finish their expansion.
Declaration
public float TimeToGrow { get; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceDamage(DamageHandler)
Damages the Scp244Pickup.
Declaration
public bool Damage(DamageHandler handler)
Parameters
Type | Name | Description |
---|---|---|
DamageHandler | handler | The DamageHandler used to deal damage. |
Returns
Type | Description |
---|---|
System.Boolean | true if the the damage has been deal; otherwise, false. |
ToString()
Returns the Scp244Pickup in a human readable format.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string containing Scp244Pickup related data. |