Adds heading to pages
parent
933542f878
commit
e97cbf2726
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
**API Reference**
|
**API Reference**
|
||||||
|
|
||||||
|
- [Essential Functions](Functions-(Essentials))
|
||||||
|
|
||||||
- [Loading Sound Assets](Functions-(Loading-Sound-Assets))
|
- [Loading Sound Assets](Functions-(Loading-Sound-Assets))
|
||||||
|
|
||||||
- [Sound Instances](Functions-(Sound-Instances))
|
- [Sound Instances](Functions-(Sound-Instances))
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Effect Chains
|
||||||
|
|
||||||
## `~_EffectChain_Create()`
|
## `~_EffectChain_Create()`
|
||||||
|
|
||||||
**Returns:** Number, an **effect chain ID**
|
**Returns:** Number, an **effect chain ID**
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Essential Functions
|
||||||
|
|
||||||
## `~_Init(spatialDistanceScale, timestep)`
|
## `~_Init(spatialDistanceScale, timestep)`
|
||||||
|
|
||||||
**Returns:** N/A (`undefined`)
|
**Returns:** N/A (`undefined`)
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Global Behaviours
|
||||||
|
|
||||||
## `~_SetListenerPosition(x, y, z)`
|
## `~_SetListenerPosition(x, y, z)`
|
||||||
|
|
||||||
**Returns:** N/A (`undefined`)
|
**Returns:** N/A (`undefined`)
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Loading Sound Assets
|
||||||
|
|
||||||
## `~_StaticSound_LoadWAV(filePath)`
|
## `~_StaticSound_LoadWAV(filePath)`
|
||||||
|
|
||||||
**Returns:** Number, a **static sound ID**
|
**Returns:** Number, a **static sound ID**
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Sound Instances
|
||||||
|
|
||||||
## `~_SoundInstance_Play(soundInstanceID, loop)`
|
## `~_SoundInstance_Play(soundInstanceID, loop)`
|
||||||
|
|
||||||
**Returns:** N/A (`undefined`)
|
**Returns:** N/A (`undefined`)
|
||||||
|
|
Loading…
Reference in New Issue