Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
501
String OS::get_version() const {
502
return ::OS::get_singleton()->get_version();
503
}
504
505
String OS::get_version_alias() const {
506
return ::OS::get_singleton()->get_version_alias();
Callers
2
test_text_edit.h
File · 0.45
test_undo_redo.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected