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