Difference between revisions of "SetRoamLocation"

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=SetRoamLocation
 
|name=SetRoamLocation
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oCreature
 
|param1name=oCreature
|param1desc=
+
|param1desc=Creature whose roam location is to be set
 
|param2type=location
 
|param2type=location
 
|param2name=lLocation
 
|param2name=lLocation
|param2desc=
+
|param2desc=Roam location to set the creature to
 
|returntype=void
 
|returntype=void
 
|returndesc=
 
|returndesc=
Line 28: Line 27:
 
<!-- 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 functions]]

Latest revision as of 23:56, 10 February 2010

Sets the roam location for the creature.

void SetRoamLocation(
object oCreature,
location lLocation
);
Parameters:
oCreature
Creature whose roam location is to be set
lLocation
Roam location to set the creature to
Returns:

Nothing.

Source:

script.ldf

Description