2021-11-02 21:52:37 +00:00
|
|
|
## `~_SetListenerPosition(x, y, z)`
|
2021-11-02 21:30:09 +00:00
|
|
|
|
|
|
|
**Returns:** N/A (`undefined`)
|
|
|
|
|
|
|
|
|Argument|Datatype|Description |
|
|
|
|
|--------|--------|------------------------------------------------------|
|
|
|
|
|`x` |number | |
|
|
|
|
|`y` |number | |
|
|
|
|
|`z` |number | |
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-11-02 21:52:37 +00:00
|
|
|
## `~_SetListenerPosition(xVelocity, yVelocity, zVelocity)`
|
2021-11-02 21:30:09 +00:00
|
|
|
|
|
|
|
**Returns:** N/A (`undefined`)
|
|
|
|
|
|
|
|
|Argument |Datatype|Description |
|
|
|
|
|-----------|--------|------------------------------------------------------|
|
|
|
|
|`xVelocity`|number | |
|
|
|
|
|`yVelocity`|number | |
|
|
|
|
|`zVelocity`|number | |
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-11-02 21:52:37 +00:00
|
|
|
## `~_PauseAll()`
|
2021-11-02 21:30:09 +00:00
|
|
|
|
|
|
|
**Returns:** N/A (`undefined`)
|
|
|
|
|
|
|
|
|Argument|Datatype|Description |
|
|
|
|
|--------|--------|------------------------------------------------------|
|
|
|
|
|None | | |
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-11-02 21:52:37 +00:00
|
|
|
## `~_ResumeAll()`
|
2021-11-02 21:30:09 +00:00
|
|
|
|
|
|
|
**Returns:** N/A (`undefined`)
|
|
|
|
|
|
|
|
|Argument|Datatype|Description |
|
|
|
|
|--------|--------|------------------------------------------------------|
|
|
|
|
|None | | |
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-11-02 21:52:37 +00:00
|
|
|
## `~_StopAll()`
|
2021-11-02 21:30:09 +00:00
|
|
|
|
|
|
|
**Returns:** N/A (`undefined`)
|
|
|
|
|
|
|
|
|Argument|Datatype|Description |
|
|
|
|
|--------|--------|------------------------------------------------------|
|
|
|
|
|None | | |
|