Update Function-Index.md
parent
9ff5fb9af3
commit
69b3467de5
|
@ -43,21 +43,21 @@
|
|||
|
||||
## [Effect Chains](Functions-(Effect-Chains))
|
||||
|
||||
- [`FAudioGMS_EffectChain_Create()`]()
|
||||
- [`FAudioGMS_EffectChain_AddDefaultReverb(effectChainID)`]()
|
||||
- [`FAudioGMS_EffectChain_AddReverb(...)`]()
|
||||
- [`FAudioGMS_EffectChain_Destroy(effectChainID)`]()
|
||||
- [`FAudioGMS_SoundInstance_SetEffectChain(soundInstanceID, effectChainID, effectGain)`]()
|
||||
- [`FAudioGMS_SoundInstance_SetEffectGain(soundInstanceID, effectGain)`]()
|
||||
- [`FAudioGMS_SetMasteringEffectChain(effectChainID, effectGain)`]()
|
||||
- [`FAudioGMS_SetMasteringEffectGain(effectGain)`]()
|
||||
- [`FAudioGMS_EffectChain_Create()`](Functions-(Effect-Chains)?id=faudiogms_effectchain_create)
|
||||
- [`FAudioGMS_EffectChain_Destroy(effectChainID)`](Functions-(Effect-Chains)?id=faudiogms_effectchain_destroyeffectchainid)
|
||||
- [`FAudioGMS_EffectChain_AddDefaultReverb(effectChainID)`](Functions-(Effect-Chains)?id=faudiogms_effectchain_adddefaultreverbeffectchainid)
|
||||
- [`FAudioGMS_EffectChain_AddReverb(...)`](Functions-(Effect-Chains)?id=faudiogms_effectchain_addreverb)
|
||||
- [`FAudioGMS_SoundInstance_SetEffectChain(soundInstanceID, effectChainID, effectGain)`](Functions-(Effect-Chains)?id=faudiogms_soundinstance_seteffectchainsoundinstanceid-effectchainid-effectgain)
|
||||
- [`FAudioGMS_SoundInstance_SetEffectGain(soundInstanceID, effectGain)`](Functions-(Effect-Chains)?id=faudiogms_soundinstance_seteffectgainsoundinstanceid-effectgain)
|
||||
- [`FAudioGMS_SetMasteringEffectChain(effectChainID, effectGain)`](Functions-(Effect-Chains)?id=faudiogms_setmasteringeffectchaineffectchainid-effectgain)
|
||||
- [`FAudioGMS_SetMasteringEffectGain(effectGain)`](Functions-(Effect-Chains)?id=faudiogms_setmasteringeffectgaineffectgain)
|
||||
|
||||
|
||||
|
||||
## [Global Behaviours](Functions-(Global-Behaviours))
|
||||
|
||||
- [`FAudioGMS_SetListenerPosition(x, y, z)`]()
|
||||
- [`FAudioGMS_SetListenerVelocity(xVelocity, yVelocity, zVelocity)`]()
|
||||
- [`FAudioGMS_PauseAll()`]()
|
||||
- [`FAudioGMS_ResumeAll()`]()
|
||||
- [`FAudioGMS_StopAll`]()
|
||||
- [`FAudioGMS_SetListenerPosition(x, y, z)`](Functions-(Global-Behaviours)?id=faudiogms_setlistenerpositionx-y-z)
|
||||
- [`FAudioGMS_SetListenerVelocity(xVelocity, yVelocity, zVelocity)`](Functions-(Global-Behaviours)?id=faudiogms_setlistenerpositionxvelocity-yvelocity-zvelocity)
|
||||
- [`FAudioGMS_PauseAll()`](Functions-(Global-Behaviours)?id=faudiogms_pauseall)
|
||||
- [`FAudioGMS_ResumeAll()`](Functions-(Global-Behaviours)?id=faudiogms_resumeall)
|
||||
- [`FAudioGMS_StopAll`](Functions-(Global-Behaviours)?id=faudiogms_stopall)
|
Loading…
Reference in New Issue