Element/Sound: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The sound element represents a custom sound sent to the client via the use of the file parameter inside the meta file and created either by [[playSound]] or [[playSound3D]].
The sound element represents a custom sound sent to the client via the use of the file parameter inside the meta file and created either by [[playSound]] or [[playSound3D]].


A sound element created by [[playSound3D]] and not [[playSound]] can be manipulated by the use of these element functions as well as the audio functions listed at the bottom of this page.
A sound element is created using [[playSound3D]] or [[playSound]] and can be manipulated with the following element functions:.
 
* [[setElementPosition]]
* [[setElementPosition]]
* [[setElementDimension]]
Sound elements can also be manipulated using the other [[Template:Client audio functions|Client audio functions]].




Line 10: Line 15:
===Client===
===Client===
{{Client audio functions}}
{{Client audio functions}}
[[Category:Element Types]]
[[hu:Element/Sound]]
[[ru:Element/Sound]]

Revision as of 22:35, 18 July 2018