![]() |
Oolite 1.91.0.7678-250623-7b2f98d
|
#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 11088 of file Universe.m.
References OOSoundSource::initWithSound:, nil, and OOSound::soundWithCustomSoundKey:.
- (void) playCustomSoundWithKey: | (NSString *) | key |
Extends class OOSoundSource.
Definition at line 11104 of file Universe.m.
References nil, OOSoundSource::playSound:, and OOSound::soundWithCustomSoundKey:.
+ (id) sourceWithCustomSoundKey: | (NSString *) | key |
Extends class OOSoundSource.
Definition at line 11082 of file Universe.m.