Setmusicposition

From EDukeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.