GetMaxInventorySize

From Dragon Age Toolset Wiki
Revision as of 21:10, 2 March 2010 by BryanDerksen (Talk | contribs) (fill in missing parameter)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)