Difference between revisions of "IsItemIndestructible"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fill in missing parameter)
 
(One intermediate revision by the same user not shown)
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.
Line 24: Line 23:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Uncategorised function]]
+
[[Category:Item properties functions]]

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