Starsector API
Loading...
Searching...
No Matches
com.fs.starfarer.api.SoundAPI Interface Reference

Public Member Functions

void stop ()
 
void setVolume (float newValue)
 
void setPitch (float pitch)
 
void setLocation (float x, float y)
 
boolean isPlaying ()
 

Detailed Description

Definition at line 4 of file SoundAPI.java.

Member Function Documentation

◆ isPlaying()

boolean com.fs.starfarer.api.SoundAPI.isPlaying ( )

◆ setLocation()

void com.fs.starfarer.api.SoundAPI.setLocation ( float  x,
float  y 
)

◆ setPitch()

void com.fs.starfarer.api.SoundAPI.setPitch ( float  pitch)

◆ setVolume()

void com.fs.starfarer.api.SoundAPI.setVolume ( float  newValue)

◆ stop()

void com.fs.starfarer.api.SoundAPI.stop ( )

The documentation for this interface was generated from the following file: