Update Functions-(Essentials).md

main
Juju Adams 2021-11-02 21:03:03 +00:00
parent 84600edc2f
commit e15057ae0d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
|--------|--------|-----------|
|None | | |
!> `FAudioGMS_Init()` must be called once every frame, usually in the Step event of a persistent instance. Ensure that this instance doesn't get deactivated if you're using instance deactivation for e.g. a pause screen.
!> `FAudioGMS_Update()` must be called once every frame, usually in the Step event of a persistent instance. Ensure that this instance doesn't get deactivated if you're using instance deactivation for e.g. a pause screen.