From 4ca524b909c499bfe39a0d2ca03a8d6dbb03b7c3 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 2 Nov 2021 21:52:37 +0000 Subject: [PATCH] Update Functions-(Global-Behaviours).md --- docs/latest/Functions-(Global-Behaviours).md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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`)