Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ printClassFooter
Function
printClassFooter
Engine/source/console/consoleDoc.cpp:219–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
void printClassFooter()
220
{
221
Con::printf(
"};"
);
222
Con::printf(
""
);
223
}
224
225
void Namespace::printNamespaceEntries(Namespace * g, bool dumpScript, bool dumpEngine )
226
{
Callers
2
dumpClasses
Method · 0.85
dumpFunctions
Method · 0.85
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected