Page MenuHomeFeedback Tracker

InventoryOpened EVH doesn't triggered while sitting or crouching
Closed, ResolvedPublic

Description

The InventoryOpened and InventoryClosed EVHs aren't triggered if unit is sitting or crouching. Tried it with a vehicle inventory, it's not triggered.

Details

Legacy ID
1801965561
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Multiplayer
Steps To Reproduce

Make a mission:

  1. Place a unit
  2. Place a land-vehicle of same side
  3. add this to player-unit init:

this addEventHandler["InventoryClosed", {hint "Closed"}];
this addEventHandler["InventoryOpened", {hint "Opened"}];

  1. Go to the vehicle and open the inventory while sitting or crouching.
Additional Information

Same here, the bug was provided to me from other users and I could reproduce it every time.

Event Timeline

chris579 edited Steps To Reproduce. (Show Details)May 19 2015, 8:14 PM
chris579 edited Additional Information. (Show Details)
chris579 set Category to Multiplayer.
chris579 set Reproducibility to Always.
chris579 set Severity to None.
chris579 set Resolution to No Bug.
chris579 set Legacy ID to 1801965561.May 8 2016, 12:07 PM
Adam added a comment.May 20 2015, 8:29 AM

Hello, i'm unable to reproduce the issue. Could you please provide more info? Thank you!

Cannot reproduce either.

Got it, when you call a function instead of spawning it then the evh will get blocked and wouldn't react any more.

So this issue is resolved then?