UT PartyStore

From Dragon Age Toolset Wiki
Revision as of 22:05, 10 February 2010 by BryanDerksen (Talk | contribs) (Category:Party and group control)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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