Uses of Interface
com.fs.starfarer.api.SoundAPI
Packages that use SoundAPI
-
Uses of SoundAPI in com.fs.starfarer.api
Methods in com.fs.starfarer.api that return SoundAPIModifier and TypeMethodDescriptionSoundPlayerAPI.playSound
(String id, float pitch, float volume, org.lwjgl.util.vector.Vector2f loc, org.lwjgl.util.vector.Vector2f vel) Sound file must be *mono* for it to be properly played within the engine.SoundPlayerAPI.playUISound
(String id, float pitch, float volume) UI sound files should be stereo. -
Uses of SoundAPI in com.fs.starfarer.api.impl.campaign
Fields in com.fs.starfarer.api.impl.campaign declared as SoundAPIModifier and TypeFieldDescriptionprotected SoundAPI
AbyssalLightEntityPlugin.AbyssalLightSoundStopper.sound
Constructors in com.fs.starfarer.api.impl.campaign with parameters of type SoundAPI