FAudioGMS-Docs/docs/latest/Functions-(Global-Behaviour...

51 lines
1.7 KiB
Markdown

## `~_SetListenerPosition(x, y, z)`
**Returns:** N/A (`undefined`)
|Argument|Datatype|Description |
|--------|--------|------------------------------------------------------|
|`x` |number | |
|`y` |number | |
|`z` |number | |
 
## `~_SetListenerPosition(xVelocity, yVelocity, zVelocity)`
**Returns:** N/A (`undefined`)
|Argument |Datatype|Description |
|-----------|--------|------------------------------------------------------|
|`xVelocity`|number | |
|`yVelocity`|number | |
|`zVelocity`|number | |
 
## `~_PauseAll()`
**Returns:** N/A (`undefined`)
|Argument|Datatype|Description |
|--------|--------|------------------------------------------------------|
|None | | |
 
## `~_ResumeAll()`
**Returns:** N/A (`undefined`)
|Argument|Datatype|Description |
|--------|--------|------------------------------------------------------|
|None | | |
 
## `~_StopAll()`
**Returns:** N/A (`undefined`)
|Argument|Datatype|Description |
|--------|--------|------------------------------------------------------|
|None | | |