Difference between revisions of "IsFollower"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fill in missing parameter descriptions, remove tag)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsFollower
 
|name=IsFollower
Line 5: Line 4:
 
|param1type=object
 
|param1type=object
 
|param1name=oCreature
 
|param1name=oCreature
|param1desc=
+
|param1desc=The creature to test for party membership
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=TRUE if a creature is a member of a player's party
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 00:19, 20 February 2010

Returns TRUE if a creature is a member of a player's party

int IsFollower(
object oCreature
);
Parameters:
oCreature
The creature to test for party membership
Returns:

TRUE if a creature is a member of a player's party

Source:

script.ldf

Description

This function returns TRUE if oPlayer and oCreature are in the same party