Update Functions-(Essentials).md
parent
d6113e8e09
commit
84c0e8c1b5
|
@ -1,4 +1,4 @@
|
|||
## `FAudioGMS_Init(spatialDistanceScale, timestep)`
|
||||
## `~_Init(spatialDistanceScale, timestep)`
|
||||
|
||||
**Returns:** N/A (`undefined`)
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
|
||||
|
||||
## `FAudioGMS_Update()`
|
||||
## `~_Update()`
|
||||
|
||||
**Returns:** N/A (`undefined`)
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
|
||||
## `FAudioGMS_Destroy()`
|
||||
## `~_Destroy()`
|
||||
|
||||
**Returns:** N/A (`undefined`)
|
||||
|
||||
|
|
Loading…
Reference in New Issue