From c7a5269b2661948dec7b287525ffa3ecef678840 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 2 Nov 2021 22:07:59 +0000 Subject: [PATCH] Update Functions-(Essentials).md --- docs/latest/Functions-(Essentials).md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/latest/Functions-(Essentials).md b/docs/latest/Functions-(Essentials).md index 17b60bd..1289b72 100644 --- a/docs/latest/Functions-(Essentials).md +++ b/docs/latest/Functions-(Essentials).md @@ -2,10 +2,10 @@ **Returns:** N/A (`undefined`) -|Argument |Datatype|Description | -|----------------------|--------|------------------------------------------------------| -|`spatialDistanceScale`|number | | -|`timestep` |number | | +|Argument |Datatype|Description | +|----------------------|--------|------------------------------------------------------------------------------------------------------------| +|`spatialDistanceScale`|number |Volume scaling factor. Higher numbers make sounds that are further away quieter. A recommended value is `50`| +|`timestep` |number |Number of seconds expected to pass for each call to `FAudio_Update()`. This is usually `1/fps` | !> `FAudioGMS_Init()` must be called once at the very start of your game.