Sound.loadFromFile

Load the sound file (filename). Returns if the loading was successful. If not, an error message is showed which describes what the problem is.

struct Sound
@nogc
bool
loadFromFile
nothrow
(
string filename
)

Meta