MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_architecture_name

Method get_architecture_name

core/core_bind.cpp:2023–2025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2021}
2022
2023String Engine::get_architecture_name() const {
2024 return ::Engine::get_singleton()->get_architecture_name();
2025}
2026
2027bool Engine::is_in_physics_frame() const {
2028 return ::Engine::get_singleton()->is_in_physics_frame();

Callers 4

_GodotSharpDirsMethod · 0.45
get_dotnet_archFunction · 0.45
initMethod · 0.45
_init_device_factoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected