Table of Contents

Class Scp1509Pickup

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

A wrapper class for a Radio pickup.

public class Scp1509Pickup : Pickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<Scp1509Pickup>
Inheritance
Scp1509Pickup
Implements
IWrapper<ItemPickupBase>
IWrapper<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

float

ShieldOnDamagePause

Gets or sets the shield time pause when player get damage.

public float ShieldOnDamagePause { get; set; }

Property Value

float

ShieldRegenRate

Gets or sets the shield regeneration rate.

public float ShieldRegenRate { get; set; }

Property Value

float

UnequipDecayDelay

Gets or sets the delay after the decay start.

public float UnequipDecayDelay { get; set; }

Property Value

float

Methods

InitializeProperties(ItemBase)

initialize item properties.

protected override void InitializeProperties(ItemBase itemBase)

Parameters

itemBase ItemBase

target item.

ToString()

Returns the Scp1509Pickup in a human readable format.

public override string ToString()

Returns

string

A string containing Scp1509Pickup related data.