Adds heading to pages

main
Juju Adams 2021-11-02 22:41:02 +00:00
parent 933542f878
commit e97cbf2726
6 changed files with 12 additions and 0 deletions

View File

@ -6,6 +6,8 @@
**API Reference**
- [Essential Functions](Functions-(Essentials))
- [Loading Sound Assets](Functions-(Loading-Sound-Assets))
- [Sound Instances](Functions-(Sound-Instances))

View File

@ -1,3 +1,5 @@
# Effect Chains
## `~_EffectChain_Create()`
**Returns:** Number, an **effect chain ID**

View File

@ -1,3 +1,5 @@
# Essential Functions
## `~_Init(spatialDistanceScale, timestep)`
**Returns:** N/A (`undefined`)

View File

@ -1,3 +1,5 @@
# Global Behaviours
## `~_SetListenerPosition(x, y, z)`
**Returns:** N/A (`undefined`)

View File

@ -1,3 +1,5 @@
# Loading Sound Assets
## `~_StaticSound_LoadWAV(filePath)`
**Returns:** Number, a **static sound ID**

View File

@ -1,3 +1,5 @@
# Sound Instances
## `~_SoundInstance_Play(soundInstanceID, loop)`
**Returns:** N/A (`undefined`)