Setmusicposition

From EDukeWiki
(Redirected from Getmusicposition)
Jump to navigation Jump to search

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.