From 08ae579d0f341d75e0029513d69330c38c44555f Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 2 Nov 2021 21:13:52 +0000 Subject: [PATCH] Update Function-Index.md --- docs/latest/Function-Index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latest/Function-Index.md b/docs/latest/Function-Index.md index 66618f4..f954668 100644 --- a/docs/latest/Function-Index.md +++ b/docs/latest/Function-Index.md @@ -22,6 +22,8 @@ - [`FAudioGMS_SoundInstance_Play(soundInstanceID, loop)`]() - [`FAudioGMS_SoundInstance_Pause(soundInstanceID)`]() - [`FAudioGMS_SoundInstance_Stop(soundInstanceID)`]() +- [`FAudioGMS_SoundInstance_Destroy(soundInstanceID)`]() +- [`FAudioGMS_SoundInstance_DestroyWhenFinished(soundInstanceID)`]() - [`FAudioGMS_SoundInstance_SetPan(soundInstanceID, pan)`]() - [`FAudioGMS_SoundInstance_SetPitch(soundInstanceID, pitch)`]() - [`FAudioGMS_SoundInstance_SetVolume(soundInstanceID, volume)`]() @@ -36,8 +38,6 @@ - [`FAudioGMS_SoundInstance_GetVolume(soundInstanceID)`]() - [`FAudioGMS_SoundInstance_GetTrackLengthInSeconds(soundInstanceID)`]() - [`FAudioGMS_SoundInstance_GetTrackPositionInSeconds(soundInstanceID)`]() -- [`FAudioGMS_SoundInstance_Destroy(soundInstanceID)`]() -- [`FAudioGMS_SoundInstance_DestroyWhenFinished(soundInstanceID)`]()