Programmer Guide/Command Reference/UNLOAD: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
UNLOAD
UNLOAD MACROCODE|SPUCODE|SOURCECODE fileName [ /Force ] [ /Nolog ][ /S ]
UNLOAD SOUNDFILE soundfilePaths [ /S ]
Unload source code of macros, classes and signal processing units or close sound files.
- fileName
- The name of the sourcecode file to unload.
- soundfilePaths
- A blank separated list of sound file paths to unload.
- /Force
- Forces the file to be unloaded. This can be useful in conjunction with classes, which inherit from parent classes. Repeat unload until all dependencies have been removed.
- /Nolog
- If specified, no log message is generated in the Log log.
- /S
- If specified, errors will generate warning messages rather than error messages. See The Silent Flag for details.
Source code can only be unloaded if it is not in use!