UT IsFollowerInParty

From Dragon Age Toolset Wiki
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