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**