Update Functions-(Global-Behaviours).md
parent
40efa84a84
commit
4ca524b909
|
@ -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`)
|
||||
|
||||
|
|
Loading…
Reference in New Issue