Difference between revisions of "GetPartyPoolList"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag. Fixing parameter formatting)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetPartyPoolList
 
|name=GetPartyPoolList
 
|brief=Get the object array of the party pool
 
|brief=Get the object array of the party pool
|returntype=object[]
+
|returntype=object
 +
|returnarra=TRUE
 
|returndesc=the array of followers belonging to the party pool
 
|returndesc=the array of followers belonging to the party pool
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf

Latest revision as of 19:07, 2 March 2010

Get the object array of the party pool

object[] GetPartyPoolList(
);
Parameters:
None
Returns:

the array of followers belonging to the party pool

Source:

script.ldf