LoadStream
Docslocal retval = LoadStream(streamName, soundSet)Description
Load in named stream. Optionally can specify a sound set which contains the sound specified by name.
Names for the streams can be found here, the list will be updated as more are found.
Parameters
| Name | Type | Description |
|---|---|---|
streamName | char* | — |
soundSet | char* | an optional sound set, default is null |
Returns
BOOLReturns TRUE (1) or FALSE (0).