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

Method Stop

trinity/Eve/VirtualCamera/EveVirtualCamera.cpp:266–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void EveVirtualCamera::Stop()
267{
268 Reset();
269 if( !m_isRunning )
270 {
271 return;
272 }
273
274 m_isRunning = false;
275}
276
277void EveVirtualCamera::Reset()
278{

Callers 8

StartFiringMethod · 0.45
StopFiringMethod · 0.45
StartFiringMethod · 0.45
StopFiringMethod · 0.45
StopFiringMethod · 0.45
StopCurveSetMethod · 0.45
StartMuzzleEffectMethod · 0.45
StopFiringMethod · 0.45

Calls 1

ResetFunction · 0.85

Tested by

no test coverage detected