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

Method clearCover

Engine/source/T3D/aiPlayer.cpp:743–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743void AIPlayer::clearCover()
744{
745 // Notify cover that we are no longer on our way.
746 if(!mCoverData.cover.isNull())
747 mCoverData.cover->setOccupied(false);
748 mCoverData = CoverData();
749}
750
751void AIPlayer::clearFollow()
752{

Callers 1

aiPlayer.cppFile · 0.80

Calls 3

CoverDataClass · 0.85
setOccupiedMethod · 0.80
isNullMethod · 0.45

Tested by

no test coverage detected