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