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

Function classLinkNamespaces

Engine/source/console/console.cpp:1729–1734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1727}
1728
1729bool classLinkNamespaces(Namespace *parent, Namespace *child)
1730{
1731 if(parent && child)
1732 return child->classLinkTo(parent);
1733 return false;
1734}
1735
1736void setData(S32 type, void *dptr, S32 index, S32 argc, const char **argv, const EnumTable *tbl, BitSet32 flag)
1737{

Callers 2

initMethod · 0.85
initMethod · 0.85

Calls 1

classLinkToMethod · 0.80

Tested by

no test coverage detected