Difference between revisions of "CommandUseObject"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(looks okay. Removing tag)
m (Updating link)
 
Line 23: Line 23:
 
== Remarks ==
 
== Remarks ==
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
See [[PLACEABLE_ACTION*]]
+
See [[PLACEABLE_ACTION_*]]
  
 
<!-- == Examples == -->
 
<!-- == Examples == -->
Line 31: Line 31:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Commands functions]]
+
[[Category:Commands functions]]

Latest revision as of 19:25, 3 August 2011

Create a command to use an object.

command CommandUseObject(
object oTarget,
int nAction
);
Parameters:
oTarget
the object to use
nAction
the action to use on the object
Returns:

a valid command

Source:

script.ldf

Description

This will create a command to use an object. Sub commands include:

  1. move to use point
  2. face object
  3. use object

Remarks

See PLACEABLE_ACTION_*