UT PartyStore

From Dragon Age Toolset Wiki
Revision as of 19:20, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_PartyStore |brief = Clears the entire active party and stores it. |param1type = int |param1name = nSetNeutral |param1desc = {{undocumented}} |param1defaul...')

(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