![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#include <Universe.h>
Instance Methods | |
(id) | - initWithCustomSoundKey: |
(void) | - playCustomSoundWithKey: |
Class Methods | |
(id) | + sourceWithCustomSoundKey: |
Definition at line 864 of file Universe.h.
- (id) initWithCustomSoundKey: | (NSString *) | key |
Extends class OOSoundSource.
Definition at line 11080 of file Universe.m.
References OOSoundSource::initWithSound:, nil, and OOSound::soundWithCustomSoundKey:.
- (void) playCustomSoundWithKey: | (NSString *) | key |
Extends class OOSoundSource.
Definition at line 11096 of file Universe.m.
References nil, OOSoundSource::playSound:, and OOSound::soundWithCustomSoundKey:.
+ (id) sourceWithCustomSoundKey: | (NSString *) | key |
Extends class OOSoundSource.
Definition at line 11074 of file Universe.m.