diff --git a/docs/latest/Functions-(Global-Behaviours).md b/docs/latest/Functions-(Global-Behaviours).md index 119fe88..1c72cce 100644 --- a/docs/latest/Functions-(Global-Behaviours).md +++ b/docs/latest/Functions-(Global-Behaviours).md @@ -1,4 +1,4 @@ -## `FAudioGMS_SetListenerPosition(x, y, z)` +## `~_SetListenerPosition(x, y, z)` **Returns:** N/A (`undefined`) @@ -10,7 +10,7 @@   -## `FAudioGMS_SetListenerPosition(xVelocity, yVelocity, zVelocity)` +## `~_SetListenerPosition(xVelocity, yVelocity, zVelocity)` **Returns:** N/A (`undefined`) @@ -22,7 +22,7 @@   -## `FAudioGMS_PauseAll()` +## `~_PauseAll()` **Returns:** N/A (`undefined`) @@ -32,7 +32,7 @@   -## `FAudioGMS_ResumeAll()` +## `~_ResumeAll()` **Returns:** N/A (`undefined`) @@ -42,7 +42,7 @@   -## `FAudioGMS_StopAll()` +## `~_StopAll()` **Returns:** N/A (`undefined`)