Class ExplosionGrenadeProjectile
- Namespace
- Exiled.API.Features.Pickups.Projectiles
- Assembly
- Exiled.API.dll
A wrapper class for ExplosionGrenade.
public class ExplosionGrenadeProjectile : EffectGrenadeProjectile, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<ThrownProjectile>, IWrapper<TimeGrenade>, IWrapper<EffectGrenade>, IWrapper<ExplosionGrenade>
- Inheritance
-
ExplosionGrenadeProjectile
- Implements
-
IWrapper<ItemPickupBase>IWrapper<ThrownProjectile>IWrapper<TimeGrenade>IWrapper<EffectGrenade>IWrapper<ExplosionGrenade>
- Inherited Members
- Extension Methods
Constructors
ExplosionGrenadeProjectile(ExplosionGrenade)
Initializes a new instance of the ExplosionGrenadeProjectile class.
public ExplosionGrenadeProjectile(ExplosionGrenade pickupBase)
Parameters
pickupBase
ExplosionGrenadeThe base InventorySystem.Items.ThrowableProjectiles.ExplosionGrenade class.
Properties
Base
Gets the InventorySystem.Items.ThrowableProjectiles.ExplosionGrenade that this class is encapsulating.
public ExplosionGrenade Base { get; }
Property Value
- ExplosionGrenade
BurnDuration
Gets or sets the maximum duration of the Burned effect.
public float BurnDuration { get; set; }
Property Value
ConcussDuration
Gets or sets the maximum duration of the Concussed effect.
public float ConcussDuration { get; set; }
Property Value
DeafenDuration
Gets or sets the maximum duration of the Deafened effect.
public float DeafenDuration { get; set; }
Property Value
MaxRadius
Gets or sets the maximum radius of the ExplosionGrenade.
public float MaxRadius { get; set; }
Property Value
MinimalDurationEffect
Gets or sets the minimum duration of player can take the effect.
public float MinimalDurationEffect { get; set; }
Property Value
ScpDamageMultiplier
Gets or sets the damage of the PlayerRoles.Team.SCPs going to get.
public float ScpDamageMultiplier { get; set; }
Property Value
Methods
ToString()
Returns the ExplosionGrenadePickup in a human readable format.
public override string ToString()
Returns
- string
A string containing ExplosionGrenadePickup-related data.