Difference between revisions of "GetObjectInteractive"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Category:Placeable object functions)
m (Fixing category)
Line 10: Line 10:
 
|sourcemodule=
 
|sourcemodule=
 
}}
 
}}
 
 
<!-- == Description == -->
 
<!-- == Description == -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:Placeable object functions]]
+
[[Category:Placeable functions]]

Revision as of 18:13, 11 March 2012

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