IsFollower

From Dragon Age Toolset Wiki
Revision as of 00:19, 20 February 2010 by BryanDerksen (Talk | contribs) (fill in missing parameter descriptions, remove tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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