Create Functions-(Global-Behaviours).md

main
Juju Adams 2021-11-02 21:30:09 +00:00
parent ffd14e6746
commit 9ff5fb9af3
1 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,51 @@
## `FAudioGMS_SetListenerPosition(x, y, z)`
**Returns:** N/A (`undefined`)
|Argument|Datatype|Description |
|--------|--------|------------------------------------------------------|
|`x` |number | |
|`y` |number | |
|`z` |number | |
 
## `FAudioGMS_SetListenerPosition(xVelocity, yVelocity, zVelocity)`
**Returns:** N/A (`undefined`)
|Argument |Datatype|Description |
|-----------|--------|------------------------------------------------------|
|`xVelocity`|number | |
|`yVelocity`|number | |
|`zVelocity`|number | |
 
## `FAudioGMS_PauseAll()`
**Returns:** N/A (`undefined`)
|Argument|Datatype|Description |
|--------|--------|------------------------------------------------------|
|None | | |
 
## `FAudioGMS_ResumeAll()`
**Returns:** N/A (`undefined`)
|Argument|Datatype|Description |
|--------|--------|------------------------------------------------------|
|None | | |
 
## `FAudioGMS_StopAll()`
**Returns:** N/A (`undefined`)
|Argument|Datatype|Description |
|--------|--------|------------------------------------------------------|
|None | | |