MCPcopy Create free account
hub / github.com/carbonengine/trinity / StopFireAtLocator

Method StopFireAtLocator

trinity/Eve/Turret/EveTurretTarget.cpp:146–155  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Stop the firing --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

144// Stop the firing
145// --------------------------------------------------------------------------------
146void EveTurretTarget::StopFireAtLocator()
147{
148 // clear out the locator
149 m_locator = -1;
150 // stopp anyy influence
151 m_positionOldInfluence = -1.f;
152 // reset the miss-system
153 m_lastShotIsMiss = false;
154 m_missQueue.clear();
155}
156
157// --------------------------------------------------------------------------------
158// Description:

Callers 5

EnterStateDeactiveMethod · 0.80
EnterStateIdleMethod · 0.80
EnterStateTargetingMethod · 0.80
EnterStateReloadingMethod · 0.80
ForceStateDeactiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected