MovableManager:GetClosestTeamActor
From Data Realms Wiki
Revision as of 00:46, 28 June 2012 by Beautifybot (Talk | contribs)
Function | |
---|---|
Syntax | GetClosestTeamActor( * Which team to try to get an Actor for. 0 means first team, 1 means 2nd.
|
Description: | |
Get a pointer to an Actor in the internal Actor list that is of a specifc team and closest to a specific scene point. | |
Returns | An Actor pointer to the requested team's Actor closest to the Scene point, but not outside the max radius. If no Actor other than the excluded one was found within the radius of the point, 0 is returned. |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |