What script is responsible for drop an item out of the inventory controller of the UFPS?

Vladgroom

New member
I am creating my own inventory system, which I integrate with the standard inventory provided by the UFPS. I am having difficulty finding the script responsible for dropping weapons from the UFPS inventory.
 
Last edited:
The Drop ability will drop the item. For your own inventory you'll want to implement the InventoryBase class.
 
Top