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

Method enableColonSeperator

TheForceEngine/TFE_System/parser.cpp:45–48  ·  view source on GitHub ↗

Enable : as a seperator but do not remove it.

Source from the content-addressed store, hash-verified

43
44// Enable : as a seperator but do not remove it.
45void TFE_Parser::enableColonSeperator()
46{
47 m_enableColonSeperator = true;
48}
49
50// Add a string representing a comment, such as ";" "#" "//"
51void TFE_Parser::addCommentString(const char* comment)

Callers 3

loadEntityDataFunction · 0.80
loadLogicDataFunction · 0.80
loadVariableDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected