Difference between revisions of "GetFollowerWouldBeLocation"

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=GetFollowerWouldBeLocation
 
|name=GetFollowerWouldBeLocation
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oObject
 
|param1name=oObject
|param1desc=
+
|param1desc=Party member to check the location of
 
|returntype=location
 
|returntype=location
|returndesc=
+
|returndesc=Location the party member would be in
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Revision as of 23:46, 10 February 2010

Returns the formation location of the given party member as if it was following the leader

location GetFollowerWouldBeLocation(
object oObject
);
Parameters:
oObject
Party member to check the location of
Returns:

Location the party member would be in

Source:

script.ldf