small comment
parent
f3261cab9e
commit
b0149fe85c
|
@ -149,6 +149,8 @@ function SoundInstance(_soundInstanceID) constructor
|
|||
FAudioGMS_SoundInstance_SetTrackPosition(soundInstanceID, seconds);
|
||||
}
|
||||
|
||||
// Sets loop points for the sound instance.
|
||||
// MUST Be called before Play.
|
||||
static SetLoopPoints = function(loopStartInMilliseconds, loopEndInMilliseconds)
|
||||
{
|
||||
FAudioGMS_SoundInstance_SetLoopPoints(soundInstanceID, loopStartInMilliseconds, loopEndInMilliseconds);
|
||||
|
|
Loading…
Reference in New Issue