Difference between revisions of "GetParty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (Adding remarks, removing message)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
|name=GetParty
+
|name         = GetParty
|brief=Returns the object for the party
+
|brief         = Returns the party object of the target creature.
|param1type=object
+
|param1type   = object
|param1name=oCreature
+
|param1arra    =
|param1desc=
+
|param1name   = oCreature
|returntype=object
+
|param1default =
|returndesc=
+
|param1desc   = The target creature.
|sourcefile=script.ldf
+
|returntype   = object
|sourcemodule=
+
|returnarra    =
 +
|returndesc    = The party object of the target creature.
 +
|sourcemodule =
 +
|sourcefile    = script.ldf
 
}}
 
}}
 
 
<!-- == Description == -->
 
<!-- == Description == -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
+
== Remarks ==
<!-- == Remarks == -->
+
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
+
Always returns [[OBJECT_INVALID keyword|OBJECT_INVALID]].
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Players functions]]
+
[[Category:Players functions]]

Latest revision as of 22:24, 6 August 2011

Returns the party object of the target creature.

object GetParty(
object oCreature
);
Parameters:
oCreature
The target creature.
Returns:

The party object of the target creature.

Source:

script.ldf

Remarks

Always returns OBJECT_INVALID.