Create Functions-(Global-Behaviours).md
parent
ffd14e6746
commit
9ff5fb9af3
|
@ -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 | | |
|
Loading…
Reference in New Issue