|
Oolite 1.91.0.7745-260117-205bce7
|
#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.