UT PartyStore

From Dragon Age Toolset Wiki
Jump to: navigation, search

Clears the entire active party and stores it.

void UT_PartyStore(
int nSetNeutral = FALSE
);
Parameters:
nSetNeutral
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.utility_h

Description

Clears the entire active party and stores it. The party can then be restored using UT_PartyRestore(). The hero character remains in the party.


See also

UT_PartyRestore