Difference between revisions of "GetItemUnique"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Category:Item properties functions)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetItemUnique
 
|name=GetItemUnique
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oObject
 
|param1name=oObject
|param1desc=
+
|param1desc=The item to test for uniqueness
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=True if the item is unique, false otherwise
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 00:49, 11 February 2010

Returns whether the item is unique.

int GetItemUnique(
object oObject
);
Parameters:
oObject
The item to test for uniqueness
Returns:

True if the item is unique, false otherwise

Source:

script.ldf