|
|
| int MFSound_FindSound |
( |
const char * |
pSoundName, |
|
|
int |
searchBankID = 0 |
|
) |
|
|
|
|
Finds a specified sound. - Parameters:
-
| pSoundName | Name of sound to locate. |
| searchBankID | Optional bank ID. If 0, all loaded sounds will be searched. |
- Returns:
- Returns the ID of the sound. -1 if the sound was not found.
|
|