Bezeichnung
LoadModule -- load a module / VERALTET
Übersicht
LoadModule(id, filename$)
Wichtiger hinweis
Dieser Befehl ist veraltet. Bitte verwenden Sie stattdessen OpenMusic().

Beschreibung
This function loads the module specified by filename$ into memory and gives it the identifier id. The module must be in Protracker format.

Eingaben
id
identifier for the module
filename$
file to load
Beispiel
LoadModule(5, "Modules/StardustMemories.mod")
The above declaration assigns module number 5 to the module "StardustMemories.mod" located in a subdrawer named "Modules".

Navigation zeigen