Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

mixer.loadMUS

Load a music by path.

Function

SYNOPSIS

music, err = function mixer.loadMUS(path)

ARGUMENTS

  • path, the path to the file

RETURNS

  • music, the music object or nil on failure (see Music)
  • err, the error message
Clone this wiki locally