From 40efa84a84a6206d4228e73a74c84854470bb91a Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 2 Nov 2021 21:49:55 +0000 Subject: [PATCH] Update Functions-(Loading-Sound-Assets).md --- docs/latest/Functions-(Loading-Sound-Assets).md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/latest/Functions-(Loading-Sound-Assets).md b/docs/latest/Functions-(Loading-Sound-Assets).md index b6cd286..573896a 100644 --- a/docs/latest/Functions-(Loading-Sound-Assets).md +++ b/docs/latest/Functions-(Loading-Sound-Assets).md @@ -1,4 +1,4 @@ -## `FAudioGMS_StaticSound_LoadWAV(filePath)` +## `~_StaticSound_LoadWAV(filePath)` **Returns:** Number, a **static sound ID** @@ -8,7 +8,7 @@   -## `FAudioGMS_StaticSound_CreateSoundInstance()` +## `~_StaticSound_CreateSoundInstance()` **Returns:** Number, a **sound instance ID** @@ -18,7 +18,7 @@   -## `FAudioGMS_StaticSound_Destroy(staticSoundID)` +## `~_StaticSound_Destroy(staticSoundID)` **Returns:** N/A (`undefined`) @@ -28,7 +28,7 @@   -## `FAudioGMS_StreamingSound_LoadOGG(filePath)` +## `~_StreamingSound_LoadOGG(filePath)` **Returns:** Number, a **sound instance ID**