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

Function lookupNamespace

Engine/source/console/console.cpp:1782–1787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780}
1781
1782Namespace *lookupNamespace(const char *ns)
1783{
1784 if(!ns)
1785 return Namespace::global();
1786 return Namespace::find(StringTable->insert(ns));
1787}
1788
1789bool linkNamespaces(const char *parent, const char *child)
1790{

Callers 15

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 3

globalClass · 0.50
findFunction · 0.50
insertMethod · 0.45

Tested by

no test coverage detected