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