UpdateInventory ()
Updates the on-screen inventory display. If you add or remove inventory
items manually (ie. by using the InventoryQuantity array rather than
the AddInventory/LoseInventory functions), the display may not get updated.
In this case call this function after making your changes, to update
what is displayed to the player.
Note that using this function will reset the order that items are displayed
in the inventory window to the same order they were created in the editor.
See Also: Character.AddInventory,
Character.LoseInventory,
Character.InventoryQuantity
|