Swaptrackslot: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with "'''setmusicposition''' <volume> <level> Swaps current track with another one while attempting to keep the seek position. This is a helper function that does getmusicposition -> starttrack -> setmusicposition in one go Category:EDuke32 specific commands Category:Sound manipulation"
 
No edit summary
Line 3: Line 3:
Swaps current track with another one while attempting to keep the seek position.
Swaps current track with another one while attempting to keep the seek position.


This is a helper function that does [[getmusicposition]] -> [[starttrack]] -> [[setmusicposition]] in one go
This is a helper function achieves the same as [[getmusicposition]] -> [[starttrack]] -> [[setmusicposition]] in one go


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:Sound manipulation]]
[[Category:Sound manipulation]]

Revision as of 12:03, 5 July 2025

setmusicposition <volume> <level>

Swaps current track with another one while attempting to keep the seek position.

This is a helper function achieves the same as getmusicposition -> starttrack -> setmusicposition in one go