AR/getSFXStatus
Jump to navigation
Jump to search
تتحقق هذه الوظيفة إذا كان ملف الصوت متاح للاستخدام او لا.
Syntax
bool getSFXStatus ( string audioContainer )
Required Arguments
- audioContainer: اسم مجموعة الصوت.
القيم المتاحه للاصوات هي: "feet", "genrl", "pain_a", "script", "spc_ea", "spc_fa", "spc_ga", spc_na", "spc_pa"
Returns
تقوم بإرجاع قيمة 'صحيحه' إذآ كانت مجموعة الاصوات موجوده, وقيمة 'خاطئة ' إذا كانت خلاف ذلك.
Example
هذا المثال يقوم بالتحقق إذا كانت قيمة spc_ea ليست متاحة للاعب تقوم بإخراج نص كتابي
if not getSFXStatus("spc_ea") then outputChatBox("Please install the missing audio files to enjoy the full gaming experience") end
See Also
- getRadioChannel
- getRadioChannelName
- getSFXStatus
- getSoundBPM
- getSoundBufferLength
- getSoundEffectParameters
- getSoundEffects
- getSoundFFTData
- getSoundLength
- getSoundLevelData
- getSoundMaxDistance
- getSoundMetaTags
- getSoundMinDistance
- getSoundPan
- getSoundPosition
- getSoundProperties
- getSoundSpeed
- getSoundVolume
- getSoundWaveData
- isSoundLooped
- isSoundPanningEnabled
- isSoundPaused
- playSFX3D
- playSFX
- playSound3D
- playSound
- setRadioChannel
- setSoundEffectEnabled
- setSoundEffectParameter
- setSoundLooped
- setSoundMaxDistance
- setSoundMinDistance
- setSoundPan
- setSoundPanningEnabled
- setSoundPaused
- setSoundPosition
- setSoundProperties
- setSoundSpeed
- setSoundVolume
- stopSound
- Shared
- playSoundFrontEnd