Difference between revisions of "CommandFly"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (remove tag)
m (Adding parameter and remarks)
 
Line 5: Line 5:
 
|param1name=lLocation
 
|param1name=lLocation
 
|param1desc=the location the command should fly the creature to
 
|param1desc=the location the command should fly the creature to
 +
|param2type=int
 +
|param2arra=
 +
|param2name=bIgnorePathing
 +
|param2default=
 +
|param2desc=(optional) TRUE, if being able to path to the lLocation is not a requirement, or FALSE
 
|returntype=command
 
|returntype=command
 
|returndesc=a valid command
 
|returndesc=a valid command
Line 10: Line 15:
 
|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. -->
 
+
The <code>bIgnorePathing</code> parameter was added by Dragon Age:Origins v1.03 patch.
 
<!-- == 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: Commands functions]]
+
[[Category:Commands functions]]

Latest revision as of 22:38, 5 August 2014

This function is a fly command constructor. The flying creature will use both the position and orientation of the target location.

command CommandFly(
location lLocation,
int bIgnorePathing
);
Parameters:
lLocation
the location the command should fly the creature to
bIgnorePathing
(optional) TRUE, if being able to path to the lLocation is not a requirement, or FALSE
Returns:

a valid command

Source:

script.ldf

Remarks

The bIgnorePathing parameter was added by Dragon Age:Origins v1.03 patch.