Difference between revisions of "UT UnquipItem"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = UT_UnquipItem |brief = Unequips an item from an inventory slot |param1type = object |param1name = oCreature |param1desc = {{undocumented}} |param1default = |...')
 
(No difference)

Latest revision as of 21:48, 10 February 2010

Unequips an item from an inventory slot

void UT_UnquipItem(
object oCreature,
int nSlot,
int nWeaponSet = INVALID_WEAPON_SET
);
Parameters:
oCreature
[Undocumented]
nSlot
[Undocumented]
nWeaponSet
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.utility_h