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

Function beginCommandGroup

Engine/source/console/console.cpp:1158–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156}
1157
1158void beginCommandGroup(const char * nsName, const char *name, const char* usage)
1159{
1160 markCommandGroup(nsName, name, usage);
1161}
1162
1163void endCommandGroup(const char * nsName, const char *name)
1164{

Callers

nothing calls this directly

Calls 1

markCommandGroupFunction · 0.85

Tested by

no test coverage detected