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

Function endCommandGroup

Engine/source/console/console.cpp:1111–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111void endCommandGroup(const char * nsName, const char *name)
1112{
1113 markCommandGroup(nsName, name, NULL);
1114}
1115
1116void addCommand( const char *name,StringCallback cb,const char *usage, S32 minArgs, S32 maxArgs, bool isToolOnly, ConsoleFunctionHeader* header )
1117{

Callers

nothing calls this directly

Calls 1

markCommandGroupFunction · 0.85

Tested by

no test coverage detected