Osiris icon indicating copy to clipboard operation
Osiris copied to clipboard

How to Modify Inventory Properties

Open lanting200 opened this issue 2 years ago • 2 comments

I try to modify the wear and tear of my current stock Need help image

lanting200 avatar Aug 27 '22 06:08 lanting200

I want to try to create an inventory modification menu in game

lanting200 avatar Aug 27 '22 08:08 lanting200

You can add a method to ItemModificationHandler class, modifying the item properties (it should be called from GUI code). In order to update the item in the CS:GO inventory you should add a new backend response type and implement handling it. You can check how updating StatTrak counter is implemented in the source code.

danielkrupinski avatar Aug 27 '22 10:08 danielkrupinski