UT IsFollowerInParty

From Dragon Age Toolset Wiki
Revision as of 19:03, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_IsFollowerInParty |brief = Returns TRUE if the follower is in the active party FALSE otherwise |param1type = object |param1name = oFollower |param1desc = ...')

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

Returns TRUE if the follower is in the active party FALSE otherwise

int UT_IsFollowerInParty(
object oFollower
);
Parameters:
oFollower
the follower being checked
Returns:

TRUE if the follower is in the active party, FALSE otherwise

Source:

Core Resources.utility_h

Description

Returns TRUE if the follower is in the active party FALSE otherwise. This should be used only for non-plot followers. For plot followers (Alistair, Sten etc.) use the plot flags in the global party plot.


See also

UT_FireFollower, UT_HireFollower