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

Method onEditorDisable

Engine/source/scene/simPath.cpp:479–484  ·  view source on GitHub ↗

Disable scoping so we can see this thing on the client

Source from the content-addressed store, hash-verified

477
478/// Disable scoping so we can see this thing on the client
479void Marker::onEditorDisable()
480{
481 removeFromScene();
482 mNetFlags.clear(Ghostable);
483 clearScopeAlways();
484}
485
486
487/// Tell our parent that this Path has been modified

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected