Difference between revisions of "Template:Dafunction"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) (bring over my notes from my talk page. Nothing here yet that's actually usable.) |
BryanDerksen (Talk | contribs) m |
||
| Line 5: | Line 5: | ||
Usage: | Usage: | ||
| − | {{dafunction | + | <pre> |
| + | {{dafunction | ||
|name = _AI_Condition_GetCreatureWithAIStatus | |name = _AI_Condition_GetCreatureWithAIStatus | ||
|brief = Returns a creature with a specifc AI Status | |brief = Returns a creature with a specifc AI Status | ||
| Line 24: | Line 25: | ||
|sourcemodule= Core Resources | |sourcemodule= Core Resources | ||
}} | }} | ||
| + | </pre> | ||
Note: This template is currently just a work in progress and is not usable yet. | Note: This template is currently just a work in progress and is not usable yet. | ||
Revision as of 15:59, 21 July 2009
Usage:
{{dafunction
|name = _AI_Condition_GetCreatureWithAIStatus
|brief = Returns a creature with a specifc AI Status
|param1type = int
|param1name = nAIStatus
|param1desc = the status being checked for if active on a creature
|param1default =
|param2type = int
|param2name = nTargetType
|param2desc = the target type of creature we are looking for that might have the specified status
|param2default =
.
.
.
|returnstype= object
|returnsdesc= A creature of a specific type (self, ally, hostile) that has the status applied, OBJECT_INVALID otherwise
|sourcefile= ai_conditions_h
|sourcemodule= Core Resources
}}
Note: This template is currently just a work in progress and is not usable yet.