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

Method get_version

core/core_bind.cpp:501–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501String OS::get_version() const {
502 return ::OS::get_singleton()->get_version();
503}
504
505String OS::get_version_alias() const {
506 return ::OS::get_singleton()->get_version_alias();

Callers 2

test_text_edit.hFile · 0.45
test_undo_redo.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected