Preloadtrackslotforswap: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''preloadtrackslotforswap''' <volume?> <level?>
'''preloadtrackslotforswap''' <volume> <level>


'''! THIS COMMAND DOES NOT FUNCTION !'''
Loads a music file into memory in order to pre-cache it for use with [[swaptrackslot]] and avoid stuttering.


Code for this was added on r6623 and presumably intended to allow pre-caching of data for an eventual [[swaptrackslot]] command.
[[Category:EDuke32 specific commands]]
 
Currently it has dummy code that processes two arguments and adjusts the script pointer.

Latest revision as of 21:17, 9 July 2025

preloadtrackslotforswap <volume> <level>

Loads a music file into memory in order to pre-cache it for use with swaptrackslot and avoid stuttering.