GetItemDamaged

From Dragon Age Toolset Wiki
Revision as of 22:47, 30 July 2009 by BryanDerksen (Talk | contribs) (fix missing parameters, add category)

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

Returns whether the item is damaged. Damaged items cannot be used.

int GetItemDamaged(
object oObject
);
Parameters:
oObject
Item to test for damage
Returns:

TRUE if the item is damaged, FALSE if it is not.

Source:

script.ldf