Update Function-Index.md
parent
6f6c000674
commit
916af81a3e
|
@ -1,6 +1,6 @@
|
|||
## [Essentials](Functions-(Essentials))
|
||||
|
||||
!> `FAudioGMS_Init()` and `FAudioGMS_Destroy()` are absolutely essential to FAudio playback. You should run `FAudioGMS_Init()` at the start of your game (usually on boot) and `FAudioGMS_Update()` should be run once every frame, usually in the Step event of a persistent instance.
|
||||
!> `FAudioGMS_Init()` and `FAudioGMS_Update()` are absolutely essential to FAudio playback. You should run `FAudioGMS_Init()` at the start of your game (usually on boot) and `FAudioGMS_Update()` should be run once every frame, usually in the Step event of a persistent instance.
|
||||
|
||||
- [`FAudioGMS_Init(spatialDistanceScale, timestep)`](Functions-(Essentials)?id=faudiogms_initspatialdistancescale-timestep)
|
||||
- [`FAudioGMS_Update()`](Functions-(Essentials)?id=faudiogms_update)
|
||||
|
|
Loading…
Reference in New Issue