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

Method IsLooping

trinity/Eve/Turret/EveTurretFiringFX.cpp:733–736  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Just query if this effect loops endlessly or ends itself Return value: True if is looping endlessly --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

731// True if is looping endlessly
732// --------------------------------------------------------------------------------
733bool EveTurretFiringFX::IsLooping() const
734{
735 return m_isLoopFiring;
736}
737
738// --------------------------------------------------------------------------------
739void EveTurretFiringFX::RegisterComponents()

Callers 2

UpdateSyncronousMethod · 0.80
EnterStateFiringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected