MovableManager:GetPrevTeamActor
From Data Realms Wiki
Revision as of 00:46, 28 June 2012 by Beautifybot (Talk | contribs)
Function | |
---|---|
Syntax | GetPrevTeamActor( * Which team to try to get an Actor for. 0 means first team, 1 means 2nd.
|
Description: | |
Get a pointer to the last Actor in the internal Actor list that is of a specifc team, alternatively the last one BEFORE a specific actor! | |
Returns | An Actor pointer to the requested team's last Actor encountered in the list. 0 if there are no Actors of that team. |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |