For the complete documentation index, see llms.txt. This page is also available as Markdown.

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