Table of Contents

Class ChangedIntoGrenadeEventArgs

Namespace
Exiled.Events.EventArgs.Map
Assembly
Exiled.Events.dll

Contains all information for when the server is turned a pickup into a live grenade.

public class ChangedIntoGrenadeEventArgs : IExiledEvent
Inheritance
ChangedIntoGrenadeEventArgs
Implements
Inherited Members
Extension Methods

Constructors

ChangedIntoGrenadeEventArgs(TimedGrenadePickup, ThrownProjectile)

Initializes a new instance of the ChangedIntoGrenadeEventArgs class.

public ChangedIntoGrenadeEventArgs(TimedGrenadePickup pickup, ThrownProjectile projectile)

Parameters

pickup TimedGrenadePickup

The Pickup being changed.

projectile ThrownProjectile

The TimeGrenadeProjectile.

Properties

Pickup

Gets a value indicating the pickup that changed into a grenade.

public GrenadePickup Pickup { get; }

Property Value

GrenadePickup

Projectile

Gets a value indicating the projectile that spawned.

public Projectile Projectile { get; }

Property Value

Projectile