WeaponIdentification

Weapon Identification Overview

The WeaponIdentification system is responsible for identifying a weapon instance held by the player that is stored in the inventory. It maintains essential information such as the current ammo count, total ammo, and a reference to the specific weapon. Efficient collaboration with the WeaponController is vital for optimal functionality.

PROPERTIES

  • Weapon: Assign this weapon.

  • Muzzles: Array that contains all the muzzles. Each muzzle will define a shooting point where the projectile will be instantiated (for Projectile weapons) and the muzzle flash will be spawned.

Last updated