From 9ff5fb9af3371c1a340241e21ca7d209a72fc2d9 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 2 Nov 2021 21:30:09 +0000 Subject: [PATCH] Create Functions-(Global-Behaviours).md --- docs/latest/Functions-(Global-Behaviours).md | 51 ++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 docs/latest/Functions-(Global-Behaviours).md diff --git a/docs/latest/Functions-(Global-Behaviours).md b/docs/latest/Functions-(Global-Behaviours).md new file mode 100644 index 0000000..119fe88 --- /dev/null +++ b/docs/latest/Functions-(Global-Behaviours).md @@ -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 | | | \ No newline at end of file