Oolite 1.91.0.7658-250404-b1488af
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OOECMBlastEntity.m File Reference
+ Include dependency graph for OOECMBlastEntity.m:

Go to the source code of this file.

Macros

#define ECM_EFFECT_DURATION   2.0
 
#define ECM_PULSE_COUNT   4
 
#define ECM_PULSE_INTERVAL   (ECM_EFFECT_DURATION / (double)ECM_PULSE_COUNT)
 
#define ECM_DEBUG_DRAW   0
 

Macro Definition Documentation

◆ ECM_DEBUG_DRAW

#define ECM_DEBUG_DRAW   0

Definition at line 38 of file OOECMBlastEntity.m.

◆ ECM_EFFECT_DURATION

#define ECM_EFFECT_DURATION   2.0

Definition at line 34 of file OOECMBlastEntity.m.

◆ ECM_PULSE_COUNT

#define ECM_PULSE_COUNT   4

Definition at line 35 of file OOECMBlastEntity.m.

Referenced by OOECMBlastEntity::initFromShip:, and OOECMBlastEntity::update:.

◆ ECM_PULSE_INTERVAL

#define ECM_PULSE_INTERVAL   (ECM_EFFECT_DURATION / (double)ECM_PULSE_COUNT)

Definition at line 36 of file OOECMBlastEntity.m.

Referenced by OOECMBlastEntity::initFromShip:, and OOECMBlastEntity::update:.