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

Function markCommandGroup

Engine/source/console/console.cpp:1152–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1150}
1151
1152void markCommandGroup(const char * nsName, const char *name, const char* usage)
1153{
1154 Namespace *ns = lookupNamespace(nsName);
1155 ns->markGroup(name,usage);
1156}
1157
1158void beginCommandGroup(const char * nsName, const char *name, const char* usage)
1159{

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