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 = ...')
 
 
Line 27: Line 27:
  
 
[[UT_FireFollower]], [[UT_HireFollower]]
 
[[UT_FireFollower]], [[UT_HireFollower]]
 +
[[Category:Party and group control]]

Latest revision as of 22:06, 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