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

Function endCommandGroup

Engine/source/console/console.cpp:1163–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161}
1162
1163void endCommandGroup(const char * nsName, const char *name)
1164{
1165 markCommandGroup(nsName, name, NULL);
1166}
1167
1168void addCommand( const char *name,StringCallback cb,const char *usage, S32 minArgs, S32 maxArgs, bool isToolOnly, ConsoleFunctionHeader* header )
1169{

Callers

nothing calls this directly

Calls 1

markCommandGroupFunction · 0.85

Tested by

no test coverage detected