IsItemStealable

From Dragon Age Toolset Wiki
Revision as of 23:25, 30 July 2009 by BryanDerksen (Talk | contribs) (fill in missing parameter)

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

Query the 'Stealable' property of an item

int IsItemStealable(
object oItem
);
Parameters:
oItem
the Item of interest
Returns:

TRUE if the item is stealable, FALSE otherwise

Source:

script.ldf

Description

Returns whether or not an item is stealable