| 2021 | } |
| 2022 | |
| 2023 | String Engine::get_architecture_name() const { |
| 2024 | return ::Engine::get_singleton()->get_architecture_name(); |
| 2025 | } |
| 2026 | |
| 2027 | bool Engine::is_in_physics_frame() const { |
| 2028 | return ::Engine::get_singleton()->is_in_physics_frame(); |
no outgoing calls
no test coverage detected