You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
void item_inv_in(ItemCl& item) - gets triggered when dropping partial amo stack or countable items as well.
I need callback, in a way that also gives back the count of items droppped if countable and I need to be able to identify if those have been removed from inventory or put in.
Additional note:
void item_inv_out(ItemCl& item) - works on dropall only
void item_drop(ItemCl& item) - works on item destroy only (science an item)
The text was updated successfully, but these errors were encountered:
void item_inv_in(ItemCl& item) - gets triggered when dropping partial amo stack or countable items as well.
I need callback, in a way that also gives back the count of items droppped if countable and I need to be able to identify if those have been removed from inventory or put in.
Additional note:
void item_inv_out(ItemCl& item) - works on dropall only
void item_drop(ItemCl& item) - works on item destroy only (science an item)
The text was updated successfully, but these errors were encountered: