Difference between revisions of "IsItemIndestructible"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(fill in missing parameter)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsItemIndestructible
 
|name=IsItemIndestructible
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oItem
 
|param1name=oItem
|param1desc=
+
|param1desc=Item to test for indestructibility
 
|returntype=int
 
|returntype=int
 
|returndesc=TRUE if the item is indestructible, FALSE otherwise.
 
|returndesc=TRUE if the item is indestructible, FALSE otherwise.

Latest revision as of 19:43, 25 February 2010

Returns whether a given item is indestructible.

int IsItemIndestructible(
object oItem
);
Parameters:
oItem
Item to test for indestructibility
Returns:

TRUE if the item is indestructible, FALSE otherwise.

Source:

script.ldf