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...')
 
 
Line 27: Line 27:
  
 
[[UT_PartyRestore]]
 
[[UT_PartyRestore]]
 +
[[Category:Party and group control]]

Latest revision as of 22:05, 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