| 326 | } |
| 327 | |
| 328 | void GameView::_instance_starting_static(int p_idx, List<String> &r_arguments) { |
| 329 | ERR_FAIL_NULL(singleton); |
| 330 | singleton->_instance_starting(p_idx, r_arguments); |
| 331 | } |
| 332 | |
| 333 | void GameView::_instance_starting(int p_idx, List<String> &r_arguments) { |
| 334 | if (!is_feature_enabled) { |
nothing calls this directly
no test coverage detected