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

Function noteScriptCallback

Engine/source/console/console.cpp:1094–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094void noteScriptCallback( const char *className, const char *funcName, const char *usage, ConsoleFunctionHeader* header )
1095{
1096 Namespace *ns = lookupNamespace(className);
1097 ns->addScriptCallback( StringTable->insert(funcName), usage, header );
1098}
1099
1100void markCommandGroup(const char * nsName, const char *name, const char* usage)
1101{

Callers 1

setupMethod · 0.85

Calls 3

lookupNamespaceFunction · 0.85
addScriptCallbackMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected