MovableManager:GetNextActorInGroup
From Data Realms Wiki
(Difference between revisions)
Latest revision as of 00:46, 28 June 2012
Function | |
---|---|
Syntax | GetNextActorInGroup( * Which group to try to get an Actor for.
|
Description: | |
Get a pointer to the first Actor in the internal Actor list that is of a specifc group, alternatively the first one AFTER a specific actor! | |
Returns | An Actor pointer to the requested team's first Actor encountered in the list. 0 if there are no Actors of that team. |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |