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