AR/getSoundMaxDistance: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client function}} Gets a custom sound max distance at which the sound stops. ==Syntax== <syntaxhighlight lang="lua">int getSoundMaxDistance ( element sound )</syntaxhighlight> ===Requ...") |
The-Killer (talk | contribs) |
||
Line 7: | Line 7: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''sound:''' | *'''sound:''' هو اسم الصوت. | ||
===Returns=== | ===Returns=== |
Revision as of 17:37, 3 January 2014
Gets a custom sound max distance at which the sound stops.
Syntax
int getSoundMaxDistance ( element sound )
Required Arguments
- sound: هو اسم الصوت.
Returns
Returns an integer of the max distance, false if invalid arguments where passed.
Example
Click to collapse [-]
Clientlocal sound = playSound3D("sounds/song.mp3", 373.14, -125.21, 1001, true) function getmaxdistanceFunc() outputChatBox("Max distance: "..getSoundMaxDistance(sound)) end addCommandHandler("getmaxdistance", getmaxdistanceFunc)
أنظر أيضاً
- getSoundBufferLength
- getSoundEffects
- getSoundFFTData
- getSoundLength
- getSoundLevelData
- getSoundMaxDistance