UT UnquipItem

From Dragon Age Toolset Wiki
Revision as of 21:48, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_UnquipItem |brief = Unequips an item from an inventory slot |param1type = object |param1name = oCreature |param1desc = {{undocumented}} |param1default = |...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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