Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
bool afxMooringData::onAdd()
88
{
89
if (Parent::onAdd() == false)
90
return false;
91
92
return true;
93
}
94
95
void afxMooringData::packData(BitStream* stream)
96
{
Callers
nothing calls this directly
Calls
2
Box3F
Class · 0.50
Point3F
Class · 0.50
Tested by
no test coverage detected