Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ write
Method
write
Engine/source/navigation/navMesh.cpp:1694–1698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1692
}
1693
1694
void NavMesh::write(Stream &stream, U32 tabStop, U32 flags)
1695
{
1696
save();
1697
Parent::write(stream, tabStop, flags);
1698
}
Callers
1
save
Method · 0.45
Calls
2
save
Function · 0.85
write
Function · 0.50
Tested by
no test coverage detected