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

Method addCommentString

TheForceEngine/TFE_System/parser.cpp:51–54  ·  view source on GitHub ↗

Add a string representing a comment, such as ";" "#" "//"

Source from the content-addressed store, hash-verified

49
50// Add a string representing a comment, such as ";" "#" "//"
51void TFE_Parser::addCommentString(const char* comment)
52{
53 m_commentStrings.push_back(comment);
54}
55
56// Convert resulting strings to upper case, defaults to false.
57void TFE_Parser::convertToUpperCase(bool enable)

Callers 15

loadMessagesBufferFunction · 0.80
parseVueFunction · 0.80
loadFunction · 0.80
parseModelFunction · 0.80
loadFunction · 0.80
loadKeyNamesFunction · 0.80
project_loadFunction · 0.80
loadConfigFunction · 0.80
loadEditorObj3DFunction · 0.80
preprocessAssetsFunction · 0.80
loadLevelObjFromAssetFunction · 0.80
loadLevelFromAssetFunction · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected