-------------------------------------------------------------------------------- Description: Just query if this effect loops endlessly or ends itself Return value: True if is looping endlessly --------------------------------------------------------------------------------
| 731 | // True if is looping endlessly |
| 732 | // -------------------------------------------------------------------------------- |
| 733 | bool EveTurretFiringFX::IsLooping() const |
| 734 | { |
| 735 | return m_isLoopFiring; |
| 736 | } |
| 737 | |
| 738 | // -------------------------------------------------------------------------------- |
| 739 | void EveTurretFiringFX::RegisterComponents() |
no outgoing calls
no test coverage detected