Go to the source code of this file.
|
static OOSoundSourcePool * | sWarningSoundPool |
|
static OOSoundSourcePool * | sWeaponSoundPool |
|
static OOSoundSourcePool * | sDamageSoundPool |
|
static OOSoundSourcePool * | sMiscSoundPool |
|
static OOSoundSource * | sHyperspaceSoundSource |
|
static OOSoundSource * | sInterfaceBeepSource |
|
static OOSoundSource * | sEcmSource |
|
static OOSoundSource * | sBreakPatternSource |
|
static OOSoundSourcePool * | sBuySellSourcePool |
|
static OOSoundSource * | sAfterburnerSources [2] |
|
static NSDictionary * | weaponShotMiss |
|
static NSDictionary * | weaponShotHit |
|
static NSDictionary * | weaponShieldHit |
|
static NSDictionary * | weaponUnshieldedHit |
|
static NSDictionary * | weaponLaunched |
|
static const Vector | kInterfaceBeepPosition = { 0.0f, -0.2f, 0.5f } |
|
static const Vector | kInterfaceWarningPosition = { 0.0f, -0.2f, 0.4f } |
|
static const Vector | kBreakPatternPosition = { 0.0f, 0.0f, 1.0f } |
|
static const Vector | kEcmPosition = { 0.2f, 0.6f, -0.1f } |
|
static const Vector | kWitchspacePosition = { 0.0f, -0.3f, -0.3f } |
|
static const Vector | kAfterburner1Position = { -0.1f, 0.0f, -1.0f } |
|
static const Vector | kAfterburner2Position = { 0.1f, 0.0f, -1.0f } |
|
◆ OO_ASSIGN_SOUNDSTR_TO_SOUNDS
#define OO_ASSIGN_SOUNDSTR_TO_SOUNDS |
( |
| soundStr, |
|
|
| sounds ) |
Value: do { \
fxString = [eqType soundStr]; \
if (!fxString) fxString = @""; \
[sounds setObject:fxString forKey:[eqType identifier]]; \
} while(0)
◆ anonymous enum
Enumerator |
---|
kBuySellSourcePoolSize | |
kWarningPoolSize | |
kWeaponPoolSize | |
kDamagePoolSize | |
kMiscPoolSize | |
Definition at line 35 of file PlayerEntitySound.m.
◆ kAfterburner1Position
const Vector kAfterburner1Position = { -0.1f, 0.0f, -1.0f } |
|
static |
◆ kAfterburner2Position
const Vector kAfterburner2Position = { 0.1f, 0.0f, -1.0f } |
|
static |
◆ kBreakPatternPosition
const Vector kBreakPatternPosition = { 0.0f, 0.0f, 1.0f } |
|
static |
◆ kEcmPosition
const Vector kEcmPosition = { 0.2f, 0.6f, -0.1f } |
|
static |
◆ kInterfaceBeepPosition
const Vector kInterfaceBeepPosition = { 0.0f, -0.2f, 0.5f } |
|
static |
◆ kInterfaceWarningPosition
const Vector kInterfaceWarningPosition = { 0.0f, -0.2f, 0.4f } |
|
static |
◆ kWitchspacePosition
const Vector kWitchspacePosition = { 0.0f, -0.3f, -0.3f } |
|
static |
◆ sAfterburnerSources
◆ sBreakPatternSource
◆ sBuySellSourcePool
◆ sDamageSoundPool
◆ sEcmSource
◆ sHyperspaceSoundSource
◆ sInterfaceBeepSource
◆ sMiscSoundPool
◆ sWarningSoundPool
◆ sWeaponSoundPool
◆ weaponLaunched
NSDictionary* weaponLaunched |
|
static |
◆ weaponShieldHit
NSDictionary* weaponShieldHit |
|
static |
◆ weaponShotHit
NSDictionary* weaponShotHit |
|
static |
◆ weaponShotMiss
NSDictionary* weaponShotMiss |
|
static |
◆ weaponUnshieldedHit
NSDictionary* weaponUnshieldedHit |
|
static |