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

Method init

TheForceEngine/TFE_System/parser.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30TFE_Parser::~TFE_Parser() {}
31
32void TFE_Parser::init(const char* buffer, size_t len)
33{
34 m_buffer = buffer;
35 m_bufferLen = len;
36}
37
38// Enable block comments of the form /*...*/
39void TFE_Parser::enableBlockComments()

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected