|
Starsector API
|
Public Member Functions | |
| void | stop () |
| void | setVolume (float newValue) |
| void | setPitch (float pitch) |
| void | setLocation (float x, float y) |
| boolean | isPlaying () |
Definition at line 4 of file SoundAPI.java.
| boolean com.fs.starfarer.api.SoundAPI.isPlaying | ( | ) |
| void com.fs.starfarer.api.SoundAPI.setLocation | ( | float | x, |
| float | y ) |
| void com.fs.starfarer.api.SoundAPI.setPitch | ( | float | pitch | ) |
| void com.fs.starfarer.api.SoundAPI.setVolume | ( | float | newValue | ) |
| void com.fs.starfarer.api.SoundAPI.stop | ( | ) |