Bug: Incorrect value of 'Thrown' flag in PlayerWeaponRemovedActionCallback args
81 °C
Bug #28

Incorrect value of 'Thrown' flag in PlayerWeaponRemovedActionCallback args

Status: New
Priority:
Medium
Added by:
mysterymarshak
on June 30, '25
Assigned to:
Unassigned
Due date:
Reported for:

Steps to Reproduce

  1. give player grenades/mines
  2. through script reduce thrown ammo
  3. get incorrect value for flag "Thrown" in PlayerWeaponRemovedActionCallback args

Explanation

Truncate thrown ammo through player.SetCurrentThrownItemAmmo(ammo) triggers PlayerWeaponRemovedActionCallback with { Thrown: true, TargetObjectID: 0 } args In other words, args { Thrown: true, WeaponItemType: WeaponItemType.Thrown, TargetObjectID: 0 } describes the situation, when thrown ammo was reduced.

Watchers

Screenshots

None

Video Clips

None

Log Files

None

Device

No device information

No comments yet.

You don't have permission to comment on this issue.