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

Function linkNamespaces

Engine/source/console/console.cpp:1703–1710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1701}
1702
1703bool linkNamespaces(const char *parent, const char *child)
1704{
1705 Namespace *pns = lookupNamespace(parent);
1706 Namespace *cns = lookupNamespace(child);
1707 if(pns && cns)
1708 return cns->classLinkTo(pns);
1709 return false;
1710}
1711
1712bool unlinkNamespaces(const char *parent, const char *child)
1713{

Callers 11

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
onAddMethod · 0.85

Calls 2

lookupNamespaceFunction · 0.85
classLinkToMethod · 0.80

Tested by

no test coverage detected