Difference between revisions of "UT IsFollowerInParty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(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 = ...')
(No difference)

Revision as of 19:03, 10 February 2010

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