Modifying the inventory max weight
In order to modify the inventory max weight we can simply change a single value in the InventoryBackpack
class as shown below.
InventoryBackpack.Get().m_MaxWeight = 999;
Last updated
Was this helpful?
In order to modify the inventory max weight we can simply change a single value in the InventoryBackpack
class as shown below.
InventoryBackpack.Get().m_MaxWeight = 999;
Last updated
Was this helpful?