Class TimeGrenadeProjectile
- Namespace
- Exiled.API.Features.Pickups.Projectiles
- Assembly
- Exiled.API.dll
A wrapper class for TimeGrenade.
public class TimeGrenadeProjectile : Projectile, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<ThrownProjectile>, IWrapper<TimeGrenade>
- Inheritance
-
TimeGrenadeProjectile
- Derived
- Inherited Members
- Extension Methods
Properties
Base
Gets the InventorySystem.Items.ThrowableProjectiles.TimeGrenade that this class is encapsulating.
public TimeGrenade Base { get; }
Property Value
- TimeGrenade
FuseTime
Gets or sets FuseTime.
public float FuseTime { get; set; }
Property Value
IsActive
Gets or sets a value indicating whether the greande is active.
public bool IsActive { get; set; }
Property Value
IsAlreadyDetonated
Gets a value indicating whether the grenade has already exploded.
public bool IsAlreadyDetonated { get; }
Property Value
Methods
Explode()
Immediately exploding the TimeGrenadeProjectile.
public void Explode()
ToString()
Returns the TimeGrenadePickup in a human readable format.
public override string ToString()
Returns
- string
A string containing TimeGrenadePickup related data.