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

Method enableBlockComments

TheForceEngine/TFE_System/parser.cpp:39–42  ·  view source on GitHub ↗

Enable block comments of the form /*...*/

Source from the content-addressed store, hash-verified

37
38// Enable block comments of the form /*...*/
39void TFE_Parser::enableBlockComments()
40{
41 m_enableBlockComments = true;
42}
43
44// Enable : as a seperator but do not remove it.
45void TFE_Parser::enableColonSeperator()

Callers 10

parseVueFunction · 0.80
loadFunction · 0.80
loadFunction · 0.80
importFromTextFunction · 0.80
loadLevelInfFromAssetFunction · 0.80
readManifestFunction · 0.80
inf_loadFunction · 0.80
level_loadGoalsFunction · 0.80
level_loadObjectsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected