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

Method onAdd

Engine/source/afx/ce/afxMooring.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool afxMooringData::onAdd()
88{
89 if (Parent::onAdd() == false)
90 return false;
91
92 return true;
93}
94
95void afxMooringData::packData(BitStream* stream)
96{

Callers

nothing calls this directly

Calls 2

Box3FClass · 0.50
Point3FClass · 0.50

Tested by

no test coverage detected