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

Callers 1

saveMethod · 0.45

Calls 2

saveFunction · 0.85
writeFunction · 0.50

Tested by

no test coverage detected