MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / addComment

Method addComment

Engine/source/console/SimXMLDocument.cpp:1058–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056}
1057
1058void SimXMLDocument::addComment(const char* comment)
1059{
1060 TiXmlComment cComment;
1061 cComment.SetValue(comment);
1062 m_qDocument->InsertEndChild(cComment);
1063}
1064
1065DefineEngineMethod(SimXMLDocument, addComment, void, ( const char* comment ),,
1066 "@brief Add the given comment as a child of the document.\n\n"

Callers 1

SimXMLDocument.cppFile · 0.80

Calls 2

InsertEndChildMethod · 0.80
SetValueMethod · 0.45

Tested by

no test coverage detected