Setmusicposition: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with "'''getmusicposition''' <gamevar> '''setmusicposition''' <gamevar> Gets and sets the currently playing music position. The format of the value is implementation-specific and v..."
 
No edit summary
 
Line 1: Line 1:
'''getmusicposition''' <gamevar>
'''getmusicposition''' <gamevar><br>
'''setmusicposition''' <gamevar>
'''setmusicposition''' <gamevar>



Latest revision as of 15:38, 8 November 2016

getmusicposition <gamevar>
setmusicposition <gamevar>

Gets and sets the currently playing music position. The format of the value is implementation-specific and varies based on file format. It may not be implemented at all in some cases. If you specify a value for setmusicposition other than one retrieved with getmusicposition, you are asking for trouble and your mod WILL break.

These commands are hacks and their use is completely discouraged. Contact the developers if you are interested in functionality similar to this.