Difference between revisions of "IsItemStealable"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fill in missing parameter)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsItemStealable
 
|name=IsItemStealable
Line 7: Line 6:
 
|param1desc=the Item of interest
 
|param1desc=the Item of interest
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=TRUE if the item is stealable, FALSE otherwise
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 23:25, 30 July 2009

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