UT IsFollowerInParty

From Dragon Age Toolset Wiki
Revision as of 22:06, 10 February 2010 by BryanDerksen (Talk | contribs) (Category:Party and group control)

(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