Difference between revisions of "UT PartyStore"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = UT_PartyStore |brief = Clears the entire active party and stores it. |param1type = int |param1name = nSetNeutral |param1desc = {{undocumented}} |param1defaul...')
(No difference)

Revision as of 19:20, 10 February 2010

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