The way to iterate through all actors in the map. Example code: More...
Public Member Functions | |
| kActorIterator () | |
| kActor | Get () |
| Returns the next actor in the iterator. | |
| void | Reset () |
| Resets the iterator back to the first actor. | |
The way to iterate through all actors in the map. Example code:
Definition at line 1288 of file t1_scriptAPI.cpp.
| kActorIterator::kActorIterator | ( | ) |
| kActor kActorIterator::Get | ( | ) |
Returns the next actor in the iterator.
| void kActorIterator::Reset | ( | ) |
Resets the iterator back to the first actor.