Difference between revisions of "GetObjectInteractive"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (Category:Placeable object functions)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetObjectInteractive
 
|name=GetObjectInteractive
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oObject
 
|param1name=oObject
|param1desc=
+
|param1desc=object to test for interactiveness
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=True if the creature is interactive, false otherwise
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
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:Placeable object functions]]

Revision as of 23:49, 10 February 2010

Returns whether the creature or placeable can be interacted with.

int GetObjectInteractive(
object oObject
);
Parameters:
oObject
object to test for interactiveness
Returns:

True if the creature is interactive, false otherwise

Source:

script.ldf