|
|
| Line 1: |
Line 1: |
| __NOTOC__
| | '''Hacked By Ameir''' |
| {{Client function}}
| | ''add me on'' |
| Gets a custom [[sound]] max distance at which the sound stops.
| | [http://facebook.com/AhmedAlramSisYy facebook] |
| | |
| ==Syntax==
| |
| <syntaxhighlight lang="lua">int getSoundMaxDistance ( element sound )</syntaxhighlight>
| |
| {{OOP||[[sound]]:getMaxDistance|maxDistance|setSoundMaxDistance}}
| |
| ===Required Arguments===
| |
| *'''sound:''' a [[sound]] element.
| |
| | |
| ===Returns===
| |
| Returns an ''integer'' of the max distance, ''false'' if invalid arguments where passed.
| |
| | |
| ==Example==
| |
| <section name="Client" class="client" show="true">
| |
| <syntaxhighlight lang="lua">
| |
| local sound = playSound3D("sounds/song.mp3", 373.14, -125.21, 1001, true)
| |
| | |
| function getmaxdistanceFunc()
| |
| outputChatBox("Max distance: " .. getSoundMaxDistance(sound))
| |
| end
| |
| addCommandHandler("getmaxdistance", getmaxdistanceFunc)
| |
| </syntaxhighlight>
| |
| </section>
| |
| | |
| ==See Also==
| |
| | |
| {{Client_audio_functions}}
| |
| [[HU:getSoundMaxDistance]]
| |
| [[AR:getSoundMaxDistance]]
| |
| [[RO:getSoundMaxDistance]]
| |
| [[PT-BR:getSoundMaxDistance]]
| |
Revision as of 16:31, 26 September 2021
Hacked By Ameir
add me on
facebook