Skip to content

EWeaponState

Ivory edited this page Nov 2, 2024 · 1 revision

enum EWeaponState

Available states for drone weapons. Determines what the weapon can and cannot do.

Values

  • WeaponState_Ready - Reloaded and ready to fire.
  • WeaponState_Reloading - Currently reloading and cannot fire.
  • WeaponState_Destroyed - Weapon is destroyed, cannot be used.
  • WeaponState_Custom - Custom state for sub plugin logic.
Clone this wiki locally