Skip to content

Sound.Advance Method

Definition

Advances the sound by tStates. Returns 0 if the sound is still in progress, or the number of T states left over if the sound is finished.

public abstract int Advance(int tStates);

Parameters

Name Type Description
tStates Int32

Returns

Int32