Difference between revisions of "UT GetNearestObjectByTag"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
Line 21: Line 21:
 
}}
 
}}
  
<!-- == 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. -->
 +
Cite DavidSims: "UT_GetNearestObjectByTag returns the object in the current area which both has the given tag and is closest to the speicified object."
  
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->

Revision as of 18:51, 2 February 2010

This page was generated by Sunjammer's Dragon Age Script Parser.

The parser was unable to extract and/or match all the information required and has flagged this page as containing one or more errors. The source file was not formatted correctly and the information presented is incomplete or incorrect.

This page must be reviewed by a knowledgeable scripter as it will need to be updated. Once identified, the issue in the source file should be reported to BioWare.

Please remove the {{Generated with errors}} tag once the page has been corrected.

Returns the one nearest object to the specified object

object UT_GetNearestObjectByTag(
object oObject,
string sTag,
int nIncludeSelf = 0
);
Parameters:
oObject
target Object
sTag
Tag for the objects to query
nIncludeSelf
TRUE if the query should check the target object
Returns:

[Undocumented]

Source:

script.ldf

Description

Cite DavidSims: "UT_GetNearestObjectByTag returns the object in the current area which both has the given tag and is closest to the speicified object."