|
Oolite 1.91.0.7712-251017-85ce217
|
import "OOTrumble.h"import "Universe.h"import "PlayerEntity.h"import "OOTexture.h"import "ResourceManager.h"import "OOSound.h"import "OOStringParsing.h"import "OOMaths.h"import "MyOpenGLView.h"Go to the source code of this file.
Functions | |
| static void | InitTrumbleSounds (void) |
| static void | PlayTrumbleIdle (void) |
| static void | PlayTrumbleSqueal (void) |
Variables | |
| static OOSoundSource * | sTrumbleSoundSource |
| static OOSound * | sTrumbleIdleSound |
| static OOSound * | sTrumbleSqealSound |
|
static |
Definition at line 978 of file OOTrumble.m.
References nil, sTrumbleIdleSound, sTrumbleSoundSource, and sTrumbleSqealSound.
Referenced by OOTrumble::setupForPlayer:digram:.
|
static |
Definition at line 989 of file OOTrumble.m.
References OOSoundSource::playSound:, OOSoundSource::setPosition:, and sTrumbleSoundSource.
Referenced by OOTrumble::updateProot:.
|
static |
Definition at line 1001 of file OOTrumble.m.
References OOSoundSource::playSound:, OOSoundSource::setPosition:, sTrumbleIdleSound, and sTrumbleSoundSource.
Referenced by OOTrumble::updatePop:, and OOTrumble::updateShudder:.
|
static |
Definition at line 975 of file OOTrumble.m.
Referenced by InitTrumbleSounds(), and PlayTrumbleSqueal().
|
static |
Definition at line 974 of file OOTrumble.m.
Referenced by InitTrumbleSounds(), PlayTrumbleIdle(), and PlayTrumbleSqueal().
|
static |
Definition at line 976 of file OOTrumble.m.
Referenced by InitTrumbleSounds().