|
Oolite 1.93.0.7767-260207-f2a8cb5
|
#include <Universe.h>
Instance Methods | |
| (id) | - initWithCustomSoundKey: |
| (void) | - playCustomSoundWithKey: |
Class Methods | |
| (id) | + sourceWithCustomSoundKey: |
Definition at line 868 of file Universe.h.
| - (id) initWithCustomSoundKey: | (NSString *) | key |
Extends class OOSoundSource.
Definition at line 11096 of file Universe.m.
References OOSoundSource::initWithSound:, nil, and OOSound::soundWithCustomSoundKey:.
| - (void) playCustomSoundWithKey: | (NSString *) | key |
Extends class OOSoundSource.
Definition at line 11112 of file Universe.m.
References nil, OOSoundSource::playSound:, and OOSound::soundWithCustomSoundKey:.
| + (id) sourceWithCustomSoundKey: | (NSString *) | key |
Extends class OOSoundSource.
Definition at line 11090 of file Universe.m.