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

Function markCommandGroup

Engine/source/console/console.cpp:1100–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098}
1099
1100void markCommandGroup(const char * nsName, const char *name, const char* usage)
1101{
1102 Namespace *ns = lookupNamespace(nsName);
1103 ns->markGroup(name,usage);
1104}
1105
1106void beginCommandGroup(const char * nsName, const char *name, const char* usage)
1107{

Callers 3

setupMethod · 0.85
beginCommandGroupFunction · 0.85
endCommandGroupFunction · 0.85

Calls 2

lookupNamespaceFunction · 0.85
markGroupMethod · 0.80

Tested by

no test coverage detected