Class Scp1509Pickup
A wrapper class for a Radio pickup.
public class Scp1509Pickup : Pickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<Scp1509Pickup>
- Inheritance
-
Scp1509Pickup
- Inherited Members
- Extension Methods
Properties
Base
Gets the InventorySystem.Items.Scp1509.Scp1509Pickup that this class is encapsulating.
public Scp1509Pickup Base { get; }
Property Value
- Scp1509Pickup
ShieldDecayRate
Gets or sets the shield decay rate.
public float ShieldDecayRate { get; set; }
Property Value
ShieldOnDamagePause
Gets or sets the shield time pause when player get damage.
public float ShieldOnDamagePause { get; set; }
Property Value
ShieldRegenRate
Gets or sets the shield regeneration rate.
public float ShieldRegenRate { get; set; }
Property Value
UnequipDecayDelay
Gets or sets the delay after the decay start.
public float UnequipDecayDelay { get; set; }
Property Value
Methods
InitializeProperties(ItemBase)
initialize item properties.
protected override void InitializeProperties(ItemBase itemBase)
Parameters
itemBaseItemBasetarget item.
ToString()
Returns the Scp1509Pickup in a human readable format.
public override string ToString()
Returns
- string
A string containing Scp1509Pickup related data.