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

Function lookupNamespace

Engine/source/console/console.cpp:1696–1701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694}
1695
1696Namespace *lookupNamespace(const char *ns)
1697{
1698 if(!ns)
1699 return Namespace::global();
1700 return Namespace::find(StringTable->insert(ns));
1701}
1702
1703bool linkNamespaces(const char *parent, const char *child)
1704{

Callers 14

linkNamespacesMethod · 0.85
unlinkNamespacesMethod · 0.85
initializeMethod · 0.85
consoleRegisterMethod · 0.85
dumpVariableFunction · 0.85
addCommandFunction · 0.85
noteScriptCallbackFunction · 0.85
markCommandGroupFunction · 0.85
linkNamespacesFunction · 0.85
unlinkNamespacesFunction · 0.85
onAddMethod · 0.85
onAddMethod · 0.85

Calls 2

findFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected