----------------------------------------------------------------------------- Return an array of all Scene Ids -----------------------------------------------------------------------------
| 4532 | // Return an array of all Scene Ids |
| 4533 | //----------------------------------------------------------------------------- |
| 4534 | uint8 Manager::GetAllScenes |
| 4535 | ( |
| 4536 | uint8** _sceneIds |
| 4537 | ) |
| 4538 | { |
| 4539 | *_sceneIds = NULL; |
| 4540 | return Scene::GetAllScenes( _sceneIds ); |
| 4541 | } |
| 4542 | |
| 4543 | //----------------------------------------------------------------------------- |
| 4544 | // <Manager::RemoveAllScenes> |
nothing calls this directly
no outgoing calls
no test coverage detected