You must be signed in to perform this action.
Bug: Incorrect value of 'Thrown' flag in PlayerWeaponRemovedActionCallback args
106 °C
Bug #28
Incorrect value of 'Thrown' flag in PlayerWeaponRemovedActionCallback args
| Status: | Open |
| 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.
Loading comments...
Loading comments...
0 comments loaded
You don't have permission to comment on this issue.