Difference between revisions of "UT GetNearestHostileCreature"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = UT_GetNearestHostileCreature |brief = Returns the nearest hostile creature |param1type = object |param1name = oObject |param1desc = the object that we try to...')
 
m
 
Line 8: Line 8:
 
|param2type = int
 
|param2type = int
 
|param2name = nCheckLiving
 
|param2name = nCheckLiving
|param2desc =  
+
|param2desc = {{undocumented}}
 
|param2default = FALSE
 
|param2default = FALSE
 
|returntype = object
 
|returntype = object

Latest revision as of 19:13, 10 February 2010

Returns the nearest hostile creature

object UT_GetNearestHostileCreature(
object oObject,
int nCheckLiving = FALSE
);
Parameters:
oObject
the object that we try to find a nearest creature from
nCheckLiving
[Undocumented]
Returns:

the nearest creature to oObject

Source:

Core Resources.utility_h



See also

UT_GetNearestCreatureByTag, UT_GetNearestObjectByTag, UT_GetNearestCreatureByGroup