Difference between revisions of "GetParty"
From Dragon Age Toolset Wiki
(added param1 and return description) |
m (Adding remarks, removing message) |
||
| Line 1: | Line 1: | ||
| − | |||
{{dafunction | {{dafunction | ||
| − | |name=GetParty | + | |name = GetParty |
| − | |brief=Returns the object | + | |brief = Returns the party object of the target creature. |
| − | |param1type=object | + | |param1type = object |
| − | |param1name=oCreature | + | |param1arra = |
| − | |param1desc=The creature | + | |param1name = oCreature |
| − | |returntype=object | + | |param1default = |
| − | |returndesc= | + | |param1desc = The target creature. |
| − | |sourcefile=script.ldf | + | |returntype = object |
| − | + | |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 == | |
| − | + | ||
<!-- 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 21:24, 6 August 2011
Returns the party object of the target creature.
- Parameters:
- oCreature
- The target creature.
- Returns:
- The party object of the target creature.
- Source:
- script.ldf
Remarks
Always returns OBJECT_INVALID.