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

Function beginCommandGroup

Engine/source/console/console.cpp:1106–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106void beginCommandGroup(const char * nsName, const char *name, const char* usage)
1107{
1108 markCommandGroup(nsName, name, usage);
1109}
1110
1111void endCommandGroup(const char * nsName, const char *name)
1112{

Callers

nothing calls this directly

Calls 1

markCommandGroupFunction · 0.85

Tested by

no test coverage detected