Update Functions-(Global-Behaviours).md

main
Juju Adams 2021-11-02 21:52:37 +00:00
parent 40efa84a84
commit 4ca524b909
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
## `FAudioGMS_SetListenerPosition(x, y, z)` ## `~_SetListenerPosition(x, y, z)`
**Returns:** N/A (`undefined`) **Returns:** N/A (`undefined`)
@ -10,7 +10,7 @@
   
## `FAudioGMS_SetListenerPosition(xVelocity, yVelocity, zVelocity)` ## `~_SetListenerPosition(xVelocity, yVelocity, zVelocity)`
**Returns:** N/A (`undefined`) **Returns:** N/A (`undefined`)
@ -22,7 +22,7 @@
   
## `FAudioGMS_PauseAll()` ## `~_PauseAll()`
**Returns:** N/A (`undefined`) **Returns:** N/A (`undefined`)
@ -32,7 +32,7 @@
   
## `FAudioGMS_ResumeAll()` ## `~_ResumeAll()`
**Returns:** N/A (`undefined`) **Returns:** N/A (`undefined`)
@ -42,7 +42,7 @@
   
## `FAudioGMS_StopAll()` ## `~_StopAll()`
**Returns:** N/A (`undefined`) **Returns:** N/A (`undefined`)