AR/stopSound: Difference between revisions
Jump to navigation
Jump to search
KING-ABADY (talk | contribs) (→Syntax) |
KING-ABADY (talk | contribs) |
||
Line 25: | Line 25: | ||
end -- اغلآق الوضيفة | end -- اغلآق الوضيفة | ||
addCommandHandler ( "stopsound", stopMySound ) -- الأمر المستخدم لتنفيذ وضيفة ايقاف الصوت</syntaxhighlight> | addCommandHandler ( "stopsound", stopMySound ) -- الأمر المستخدم لتنفيذ وضيفة ايقاف الصوت</syntaxhighlight> | ||
</section> | </section> | ||
==أنظر أيضاً== | ==أنظر أيضاً== | ||
{{AR/Audio_functions}} | {{AR/Audio_functions}} |
Revision as of 16:28, 8 May 2013
Stops the sound playback for specified sound element. The sound element is also destroyed.
sound تستخدم هذه الوضيفة في أيقاف صوت محدد
Syntax
bool stopSound ( element theSound )
العناصر المطلوبة
- theSound: sound الصوت المراد ايقافه.
Returns
- Returns: true اذا تم ايقاف الصوت بنجاح, false اذا لم ينجح.
مثال
Click to collapse [-]
Clientfunction startMySound() -- وضيفة sound = playSound( "sound.mp3", true ) -- تشغيل صوت end -- اغلآق الوضيفة addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), startMySound ) -- حدث بداية السكربت لتشغيل وضيفة الصوت function stopMySound() -- وضيفة stopSound( sound ) -- ايقاف الصوت end -- اغلآق الوضيفة addCommandHandler ( "stopsound", stopMySound ) -- الأمر المستخدم لتنفيذ وضيفة ايقاف الصوت
أنظر أيضاً
- getSoundBufferLength
- getSoundEffects
- getSoundFFTData
- getSoundLength
- getSoundLevelData
- getSoundMaxDistance