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

Function classLinkNamespaces

Engine/source/console/console.cpp:1815–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1813}
1814
1815bool classLinkNamespaces(Namespace *parent, Namespace *child)
1816{
1817 if(parent && child)
1818 return child->classLinkTo(parent);
1819 return false;
1820}
1821
1822void setData(S32 type, void *dptr, S32 index, S32 argc, const char **argv, const EnumTable *tbl, BitSet32 flag)
1823{

Callers 2

initMethod · 0.85
initMethod · 0.85

Calls 1

classLinkToMethod · 0.80

Tested by

no test coverage detected