Difference between revisions of "xmplayer playXM"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' xmplayer_playXM(''Filename'') '''function''' xmplayer_playXM(''Stream'') Plays an XM file that is stored in a file or in a memory stream obtained from a tablefile…')
 
Line 14: Line 14:
 
|string
 
|string
 
|Path to the xm-file. If not full path is provided the workdir of ce is searched.
 
|Path to the xm-file. If not full path is provided the workdir of ce is searched.
 +
|-
 
|Stream
 
|Stream
 
|[[Stream]]
 
|[[Stream]]

Revision as of 00:19, 7 March 2012

function xmplayer_playXM(Filename) function xmplayer_playXM(Stream)

Plays an XM file that is stored in a file or in a memory stream obtained from a tablefile object


Function Parameters

Parameter Type Description
Filename string Path to the xm-file. If not full path is provided the workdir of ce is searched.
Stream Stream A stream object that contains the data of the xm-file


See also