MovableManager:GetClosestActor
From Data Realms Wiki
(Difference between revisions)
Latest revision as of 00:47, 28 June 2012
Function | |
---|---|
Syntax | GetClosestActor( * 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 closest to a specific scene point. | |
Returns | An Actor pointer to the requested 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! |