Difference between revisions of "UT FireFollower"

From Dragon Age Toolset Wiki
Jump to: navigation, search
Line 34: Line 34:
  
 
[[UT_HireFollower]]
 
[[UT_HireFollower]]
 +
[[Category:Party and group control]]

Revision as of 22:07, 10 February 2010

Removes a non-plot follower from the active party, sending him back to the party pool

void UT_FireFollower(
object oFollower,
int bRemoveFromPool = FALSE,
int bRemoveEquipment = TRUE
);
Parameters:
oFollower
The creature leaving the party
bRemoveFromPool
Remove or not from the party pool
bRemoveEquipment
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.utility_h

Description

Removes a follower from the active party, sending him back to the party pool. This function will do nothing for plot followers, which are creatures with one of the tags defined by GEN_FL_ALISTAIR, GEN_FL_DOG, GEN_FL_MORRIGAN, GEN_FL_WYNNE, GEN_FL_SHALE, GEN_FL_STEN, GEN_FL_ZEVRAN, GEN_FL_OGHREN, GEN_FL_LELIANA or GEN_FL_LOGHAIN.


See also

UT_HireFollower