Class ChangedIntoGrenadeEventArgs
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
TimedGrenadePickupThe Pickup being changed.
projectile
ThrownProjectile
Properties
Pickup
Gets a value indicating the pickup that changed into a grenade.
public GrenadePickup Pickup { get; }
Property Value
Projectile
Gets a value indicating the projectile that spawned.
public Projectile Projectile { get; }