MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / convertToUpperCase

Method convertToUpperCase

TheForceEngine/TFE_System/parser.cpp:57–60  ·  view source on GitHub ↗

Convert resulting strings to upper case, defaults to false.

Source from the content-addressed store, hash-verified

55
56// Convert resulting strings to upper case, defaults to false.
57void TFE_Parser::convertToUpperCase(bool enable)
58{
59 m_convertToUppercase = enable;
60}
61
62bool TFE_Parser::isComment(const char* buffer)
63{

Callers 7

preprocessAssetsFunction · 0.80
loadLevelObjFromAssetFunction · 0.80
loadLevelFromAssetFunction · 0.80
loadLevelInfFromAssetFunction · 0.80
inf_loadFunction · 0.80
level_loadGeometryFunction · 0.80
level_loadObjectsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected