Enum ProjectileType
Projectile types.
public enum ProjectileType
- Extension Methods
Fields
None = 0Not a projectile.
FragGrenade = 1High explosive grenade. Used by ItemType.GrenadeHE.
Flashbang = 2Flashbang. Used by ItemType.GrenadeFlash.
Scp018 = 3SCP-018 ball. Used by ItemType.SCP018.
Scp2176 = 4SCP-2176 lightbulb. Used by ItemType.SCP2176.
[Obsolete("Only availaible for Christmas and AprilFools.")] Coal = 5Coal. Used by ItemType.Coal.
[Obsolete("Only availaible for Christmas and AprilFools.")] SpecialCoal = 6SpecialCoal. Used by ItemType.SpecialCoal.
[Obsolete("Only availaible for Christmas.")] Snowball = 7Snowball. Used by ItemType.Snowball.
See Also
GetProjectileType(ItemType)