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: |
|
| Assigned to: |
Unassigned
|
| Due date: | |
| Reported for: |
Steps to Reproduce
- give player grenades/mines
- through script reduce thrown ammo
- 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.