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

Function linkNamespaces

Engine/source/console/console.cpp:1789–1796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1787}
1788
1789bool linkNamespaces(const char *parent, const char *child)
1790{
1791 Namespace *pns = lookupNamespace(parent);
1792 Namespace *cns = lookupNamespace(child);
1793 if(pns && cns)
1794 return cns->classLinkTo(pns);
1795 return false;
1796}
1797
1798bool unlinkNamespaces(const char *parent, const char *child)
1799{

Callers 10

assignNameMethod · 0.85
onAddMethod · 0.85
setClassNamespaceMethod · 0.85
copyToMethod · 0.85
onAddMethod · 0.85
onAddMethod · 0.85
onAddMethod · 0.85
onAddMethod · 0.85
onAddMethod · 0.85

Calls 2

lookupNamespaceFunction · 0.85
classLinkToMethod · 0.80

Tested by

no test coverage detected