Difference between revisions of "GetRoamLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetRoamLocation
 
|name=GetRoamLocation
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oCreature
 
|param1name=oCreature
|param1desc=
+
|param1desc=Creature whose roam location is desired
 
|returntype=location
 
|returntype=location
|returndesc=
+
|returndesc=roam location for the creature
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 25: Line 24:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Uncategorised function]]
+
[[Category: Creature function]]

Revision as of 23:51, 10 February 2010

Get the roam Location for the creature.

location GetRoamLocation(
object oCreature
);
Parameters:
oCreature
Creature whose roam location is desired
Returns:

roam location for the creature

Source:

script.ldf

Description