Vixen
c7401864
csharp
public enum WeaponKind

How a weapon's shot reaches what it hits.

Read the guide page for this →

Fields and properties (2)

  • Hitscan

    It arrives the instant it is fired, and the server rewinds to check.

  • Projectile

    It travels, and what it hits is decided where and when it gets there.

Used by (5)

  • ContentVixen.Gameplay.Shooting.Tests
  • TypeRegistrationVixen.Gameplay.Shooting
  • Vixen_Gameplay_Shooting_WeaponDefinitionSerializerVixen.Gameplay.Shooting
  • WeaponDefinitionVixen.Gameplay.Shooting
  • WeaponTemplateVixen.Gameplay.Shooting