GetMaxInventorySize

From Dragon Age Toolset Wiki
Jump to: navigation, search

Gets the max size of the party's inventory (ie. number of slots)

int GetMaxInventorySize(
object oCreature = OBJECT_INVALID
);
Parameters:
oCreature
The creature ID (defaults to player)
Returns:

the max size of the party's inventory

Source:

script.ldf

Description

Gets the max size of the creature's inventory (ie. number of slots)