MCPcopy 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
1696void NavMesh::write(Stream &stream, U32 tabStop, U32 flags)
1697{
1698 save();
1699 Parent::write(stream, tabStop, flags);
1700}

Callers 1

saveMethod · 0.45

Calls 1

writeFunction · 0.50

Tested by

no test coverage detected