MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / Putc

Method Putc

Engine/source/persistence/taml/fsTinyXml.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void VfsXMLPrinter::Putc(char ch)
60{
61 m_Stream.write(static_cast<U8>(ch));
62}
63
64bool VfsXMLDocument::LoadFile(const char* pFilename)
65{

Callers 2

PrintStringMethod · 0.45
PushAttributeMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected