-
Notifications
You must be signed in to change notification settings - Fork 0
EWeaponState
Ivory edited this page Nov 2, 2024
·
1 revision
Available states for drone weapons. Determines what the weapon can and cannot do.
-
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.