51 lines
1.8 KiB
Markdown
51 lines
1.8 KiB
Markdown
|
## `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 | | |
|