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

Function bool_to_string

platform/android/export/gradle_export_util.cpp:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254String bool_to_string(bool v) {
255 return v ? "true" : "false";
256}
257
258String _get_gles_tag() {
259 return " <uses-feature android:glEsVersion=\"0x00030000\" android:required=\"true\" />\n";

Callers 5

_fix_themes_xmlMethod · 0.85
export_project_helperMethod · 0.85
_get_screen_sizes_tagFunction · 0.85
_get_activity_tagFunction · 0.85
_get_application_tagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected