MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / onEditorDisable

Method onEditorDisable

Engine/source/navigation/navMesh.cpp:1476–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474}
1475
1476void NavMesh::onEditorDisable()
1477{
1478 if(!mAlwaysRender)
1479 {
1480 mNetFlags.clear(Ghostable);
1481 if(isClientObject())
1482 removeFromScene();
1483 }
1484}
1485
1486U32 NavMesh::packUpdate(NetConnection *conn, U32 mask, BitStream *stream)
1487{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected