Remarks
Occurs when a song has been performed completely.
Syntax
[Visual Basic]
SoundDone (
ByVal nPlayer as Integer
)
|
|
[C++]
void SoundDone (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the player that fired the event
|
|