----------------------------------------------------------------------------- Return the number of defined scenes. -----------------------------------------------------------------------------
| 4521 | // Return the number of defined scenes. |
| 4522 | //----------------------------------------------------------------------------- |
| 4523 | uint8 Manager::GetNumScenes |
| 4524 | ( |
| 4525 | ) |
| 4526 | { |
| 4527 | return Scene::s_sceneCnt; |
| 4528 | } |
| 4529 | |
| 4530 | //----------------------------------------------------------------------------- |
| 4531 | // <Manager::GetAllScenes> |
nothing calls this directly
no outgoing calls
no test coverage detected