Setmusicposition

From EDukeWiki
Revision as of 15:38, 8 November 2016 by Hendricks266 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.