MovableManager:GetFirstTeamActor
From Data Realms Wiki
(Difference between revisions)
Latest revision as of 00:47, 28 June 2012
Function | |
---|---|
Syntax | GetFirstTeamActor( * Which team to try to get an Actor for. 0 means first team, 1 means 2nd.
|
Description: | |
Get a pointer to first best Actor in the internal Actor list that is of a specifc team. | |
Returns | An Actor pointer to the first one of the requested team. If no Actor is in that team, 0 is returned. |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |